| Line 481: |
Line 481: |
| | | | |
| | |B -> C/resource = | | |B -> C/resource = |
| − | * Meet all of the following requirements: | + | * Fleets with ≥ 3 DDs route to C. |
| − | ** Do not meet any of the requirements that forces you to D.
| |
| − | ** Fleet contains a DD
| |
| − | ** Amount of CL ≤ 2
| |
| − | ** Amount of CA(V) ≤ 2
| |
| − | ** Amount of (F)BB(V)+CV(L/B) ≤ 1
| |
| − | ** No SS(V)
| |
| − | ** Amount of CLT ≤ ?
| |
| − | * Random routing if you do not meet the requirements to go to either C or D.
| |
| | |B -> D = | | |B -> D = |
| | * Meet '''ANY''' of the following requirements: | | * Meet '''ANY''' of the following requirements: |
| − | ** Fleet contains no DD | + | ** Fleets with < 1 DD will route to D. |
| − | ** Amount of CV(L/B) ≥ 3 | + | ** Fleets with CV(L/B) ≥ 3 will route to D. |
| − | * ??? | + | * Else, random. |
| − | * Random routing if you do not meet the requirements to go to either C or D.
| |
| | | | |
| | |D -> E/resource, G/resource = * Random routing | | |D -> E/resource, G/resource = * Random routing |
| | | | |
| | |F/empty -> E/resource, H, I = | | |F/empty -> E/resource, H, I = |
| − | * Amount of DE?+DD ≥ 4 routes to E. | + | * Fleets with ≥ 4 DDs route to E. |
| − | * Amount of DE?+DD = 2 or 3 causes random routing between H and E. | + | * Fleets with ≤ 2 DDs experience random routing between H and E. |
| − | * Amount of DE?+DD ≤ 1 causes random routing between H and I. | + | * Fleets with ≤ 1 DD experience random routing between H and I. |
| | | | |
| | |J -> K/empty, L = | | |J -> K/empty, L = |
| − | * Go to L if amount of DD ≥ 4. | + | * Fleets with ≥ 4 DDs route to L. |
| | * Else, random routing with a high chance of going to L. | | * Else, random routing with a high chance of going to L. |
| | }} | | }} |