| Line 28: |
Line 28: |
| | | | |
| | |B -> C/resource, D = | | |B -> C/resource, D = |
| − | *Meet '''ANY''' of the following to '''FORCE''' D | + | *Meet '''ANY''' of the following to go to D |
| − | **Fleet contains no DD and DE | + | **DD+DE = 0 |
| | **CV(B/L) ≥ 3 | | **CV(B/L) ≥ 3 |
| | **(F)BB(V) ≥ 3 | | **(F)BB(V) ≥ 3 |
| | *Go to C if DD+DE ≥ 3 | | *Go to C if DD+DE ≥ 3 |
| − | *Otherwise, random routing | + | *Otherwise, from top to bottom |
| − | **If fleet contains CL, 80 % to C | + | **If CL ≥ 1, 80% C 20% D |
| − | **Otherwise, 65 % to C | + | **If CL = 0, 60% C 40% D |
| | | | |
| | |D -> E/resource, G/resource = | | |D -> E/resource, G/resource = |
| Line 45: |
Line 45: |
| | *Meet '''ANY''' of the following to go to E | | *Meet '''ANY''' of the following to go to E |
| | **DD+DE ≥ 4 | | **DD+DE ≥ 4 |
| − | **Fleet contains AV and DD+DE ≥ 2 | + | **AS+AO+AV ≥ 1 and DD+DE ≥ 2 |
| | **BBV ≥ 2 and DD+DE ≥ 2 | | **BBV ≥ 2 and DD+DE ≥ 2 |
| − | *Random between E and H if DD+DE ≥ 2 | + | *Otherwise, from top to bottom |
| − | *Otherwise, random routing between H and I. | + | **If DD+DE = 3, 80% E 20% H |
| | + | **If DD+DE = 2, 60% E 40% H |
| | + | **If DD+DE ≤ 1, 50% H 50% I |
| | | | |
| | |J -> K/empty, L = | | |J -> K/empty, L = |
| | *Meet '''ANY''' of the following to go to L | | *Meet '''ANY''' of the following to go to L |
| − | **DD ≥ 4 and SS(V) = 0 | + | **DD ≥ 4 |
| − | **Fleet contains both AV and CL, with DD+DE ≥ 2 | + | **AV ≥ 1, CL ≥ 1 and DD+DE ≥ 2 |
| − | *Otherwise, random routing | + | *Otherwise, from top to bottom |
| | + | **If DD ≥ 2: 75% L 25% K |
| | + | **If DD ≤ 1: 65% L 35% K |
| | }} | | }} |
| | | | |