Line 16: |
Line 16: |
| |id = 2-1 | | |id = 2-1 |
| |C -> B/resource, D, E/resource = | | |C -> B/resource, D, E/resource = |
− | * Meeting '''ANY''' of the following requirements forces you to B: | + | * Meeting '''ANY''' of the following requirements to '''FORCE''' B: |
| ** Amount of CV(L/B) ≥ 3 | | ** Amount of CV(L/B) ≥ 3 |
| ** Amount of BBV ≥ 2 | | ** Amount of BBV ≥ 2 |
− | ** Fleet contains AO and no SS(V) | + | *If fleet contains AO |
− | * Random routing between B and E if fleet contains both BBV and AV. | + | **Go to B if fleet contains no SS(V) |
− | * Random routing between B and D if fleet contains BBV. | + | **Random between D and E otherwise |
− | * Go to E if fleet contains AV. | + | *If fleet contains BBV, no AO |
− | * Otherwise, random routing between D and E. | + | **Random routing between B and E if fleet also contains AV or SS(V). |
| + | **Random routing between B and D otherwise |
| + | *Go to E if fleet contains AV. |
| + | *Otherwise, random routing between D and E. |
| | | |
| |E/resource -> D, F, H = | | |E/resource -> D, F, H = |
| *Go to F if (F)BB(V)+CV(B/L) ≥ 5 | | *Go to F if (F)BB(V)+CV(B/L) ≥ 5 |
| + | *Go to D if fleet contains any (F)BB(V), SS(V) or CV(B/L) '''and''' contains 6 ships (Random between F and D if the amount of ships in fleet is not 6) |
| *Meet '''ANY''' of the following to go H | | *Meet '''ANY''' of the following to go H |
− | **Fleet only contains CL, DD or DE
| + | **Fast fleet, amount of ships in fleet <= 5, CL = 1 and DD >= 3 ('''Overrides D node branching''') |
− | **Fast fleet, fleet contains CL and DD >= 4 | + | **CL <= 1 and 5 XX (XX can be DD or DE only) |
− | *Meet '''ANY''' of the following to go to D
| + | **Fast fleet, CL = 1 and DD >= 4 |
− | **Fleet contains any (F)BB(V) or CV(B/L) '''and''' contains 6 ships (Random between D and F if amount of ships in fleet is not 6) | + | *Go to D if fleet doesn't meet any of the above conditions and contains 6 ships |
− | **CL >= 2 | + | *Otherwise, F |
− | **Amount of ships in fleet = 6 | |
− | *Otherwise, random between D and F | |
| | | |
| |F -> G/empty, H = | | |F -> G/empty, H = |
− | *Go to G if amount of ships in fleet = 6 | + | *Go to G if the amount of ships in fleet = 6 |
| *Otherwise, random routing | | *Otherwise, random routing |
| }} | | }} |