Line 15: |
Line 15: |
| |id = 4-1 | | |id = 4-1 |
| | | |
− | |0 -> A, C = *Random routing (55% chance of going to A) | + | |0 -> A, C = *Random routing |
| | | |
| |C -> E, F/empty = | | |C -> E, F/empty = |
| * If (F)BB(V)+CV(L/B) ≥ 5, go to E. | | * If (F)BB(V)+CV(L/B) ≥ 5, go to E. |
| * If (F)BB(V)+CV(L/B) ≤ 2, go to F. | | * If (F)BB(V)+CV(L/B) ≤ 2, go to F. |
− | * Else, random routing. | + | * If (F)BB(V)+CV(L/B) = 4, 30% F, 70% E |
| + | *Else, random routing (50/50) |
| | | |
| |D -> G, H = | | |D -> G, H = |
| + | *Random routing if fleet contains any SS(V) |
| * If (F)BB(V)+CV(L/B) ≥ 5, go to H. | | * If (F)BB(V)+CV(L/B) ≥ 5, go to H. |
− | * If (F)BB(V)+CV(L/B) = 4, go to G.
| |
− | *Random routing if fleet contains any SS(V)
| |
| *Otherwise | | *Otherwise |
| **Meeting '''ANY''' of the following to '''FORCE''' G | | **Meeting '''ANY''' of the following to '''FORCE''' G |
| ***DD+DE ≤ 1 | | ***DD+DE ≤ 1 |
− | ***DD = 3 | + | ***Fleet contains any (F)BB(V) or CV(B/L) '''AND''' DD = 3 |
− | ***CL+DD+DE ≤ 2 | + | ***Fleet contains any (F)BB(V) or CV(B/L), CL = 0 '''AND''' DD ≤ 3 |
| + | ***(F)BB(V)+CV(L/B) = 4 |
| **Meeting '''ANY''' of the following to go to H | | **Meeting '''ANY''' of the following to go to H |
− | ***Fleet contains no (F)BB(V) or CV(B/L) | + | ***Fleet contains no (F)BB(V) and CV(B/L) |
| ***DD ≥ 4 | | ***DD ≥ 4 |
− | ***CA(V) ≥ 2 | + | ***CA(V) ≥ 1 '''AND''' CL+CA(V) ≥ 3 |
| *Random routing if not meeting any of the above conditions | | *Random routing if not meeting any of the above conditions |
| | | |
Line 49: |
Line 50: |
| ** (F)BB(V)+CV(L/B) ≥ 5 | | ** (F)BB(V)+CV(L/B) ≥ 5 |
| ** Fleet contains SS(V) | | ** Fleet contains SS(V) |
− | ** Amount of ships in fleet ≤ 5
| + | * Go to J if amount of (F)BB(V)+CV(L/B) ≤ 1 '''AND''' DD ≥ 2 |
− | * Go to J if amount of (F)BB(V)+CV(L/B) ≤ 1 | |
| * Else, random routing. | | * Else, random routing. |
| }} | | }} |