Line 846: |
Line 846: |
| |B -> C/storm, G/resource = | | |B -> C/storm, G/resource = |
| * Meet '''ANY''' of the following to go to C | | * Meet '''ANY''' of the following to go to C |
− | ** (F)BB(V)+CV(L/B) >= 5 | + | ** (F)BB(V)+CV(L/B) ≥ 5 |
− | ** CV(L/B) >= 3 '''AND''' DD <= 2 | + | ** CV(L/B) ≥ 3 '''AND''' DD ≤ 2 |
− | ** (F)BB(V)+CV(B) >= 3 '''AND''' DD <= 2 | + | ** (F)BB(V)+CV(B) ≥ 3 '''AND''' DD ≤ 2 |
| * Meet '''ALL''' of the following to go to G | | * Meet '''ALL''' of the following to go to G |
| ** No (F)BB(V), CV(L/B), AV or SS(V) | | ** No (F)BB(V), CV(L/B), AV or SS(V) |
| ** CL = 1 | | ** CL = 1 |
− | ** DD >= 4 | + | ** DD ≥ 4 |
| * Otherwise, random routing | | * Otherwise, random routing |
| | | |
Line 860: |
Line 860: |
| | | |
| |F -> A/resource, J/empty = | | |F -> A/resource, J/empty = |
− | * Go to A if fleet contains no CVL '''AND''' DD <= 1 | + | * Go to A if fleet contains no CVL '''AND''' DD ≤ 1 |
| * Otherwise, random routing | | * Otherwise, random routing |
| | | |
Line 876: |
Line 876: |
| |J/empty -> L, M = | | |J/empty -> L, M = |
| * Meet '''ANY''' of the following to go to L | | * Meet '''ANY''' of the following to go to L |
− | ** (F)BB(V)+CV(L/B) >= 4 | + | ** (F)BB(V)+CV(L/B) ≥ 4 |
| ** No CV(B) | | ** No CV(B) |
| * Meet '''ANY''' of the following to go to M | | * Meet '''ANY''' of the following to go to M |
Line 884: |
Line 884: |
| | | |
| |K/empty -> L, N/resource, O/empty = | | |K/empty -> L, N/resource, O/empty = |
− | * Go to L if DD >= 2 | + | * Go to L if DD ≥ 2 |
| * Otherwise, random routing, but | | * Otherwise, random routing, but |
| ** Fleet that contains AV tends to go to N | | ** Fleet that contains AV tends to go to N |
Line 891: |
Line 891: |
| | | |
| |L -> M = | | |L -> M = |
− | * (F)BB(V)+CV(L/B) >= 4 | + | * (F)BB(V)+CV(L/B) ≥ 4 |
| * Random routing if you don't meet any conditions | | * Random routing if you don't meet any conditions |
| | | |
| |L -> P = | | |L -> P = |
− | * (F)BB(V)+CV(B) <= 2 | + | * (F)BB(V)+CV(B) ≤ 2 |
| * Random routing if you don't meet any conditions | | * Random routing if you don't meet any conditions |
| }} | | }} |
Line 1,265: |
Line 1,265: |
| |0 -> B = | | |0 -> B = |
| * Meet '''ANY''' of the following requirements: | | * Meet '''ANY''' of the following requirements: |
− | ** Amount of DD+CL ≥ 4 | + | ** DD +DE ≥ 4 |
| + | ** Fleet contains CL and DD ≥ 3 |
| ** Amount of ships equipped with drum canisters ≥ 2 | | ** Amount of ships equipped with drum canisters ≥ 2 |
− | ** Amount of SS(V) ≥ 3 | + | ** Amount of SS(V) ≥ 4 ('''Overrides C node branching''') |
| |0 -> C = | | |0 -> C = |
| * Meeting '''ANY''' of the following '''FORCES''' you to C: | | * Meeting '''ANY''' of the following '''FORCES''' you to C: |
| ** Fleet contains CV(L/B) | | ** Fleet contains CV(L/B) |
| + | ** AV ≥ 2 |
| ** Do not meet the requirements to go to B. | | ** Do not meet the requirements to go to B. |
| | | |