| Line 28: |
Line 28: |
| | * Random between A & B otherwise. | | * Random between A & B otherwise. |
| | |C/empty -> D/resource, F = | | |C/empty -> D/resource, F = |
| − | * Random routing (60 % D) | + | * Random routing (60% D) |
| | |D/resource -> F,G/resource= | | |D/resource -> F,G/resource= |
| | *Meet '''ANY''' of the following to go to G | | *Meet '''ANY''' of the following to go to G |
| Line 34: |
Line 34: |
| | **AS ≥ 1 and SS(V) ≥ 2 | | **AS ≥ 1 and SS(V) ≥ 2 |
| | *Otherwise, random routing | | *Otherwise, random routing |
| − | **The more DDs, the higher chance to go to node G | + | **The more DDs, the higher chance to go to node G (1 DD or less: 35% G, 4 DD or more: 80% G) |
| | |F -> H/resource, J, G/resource = | | |F -> H/resource, J, G/resource = |
| − | *If AV + CV(B/L) + CL ≥ 1, '''90 % J''', 10 % G | + | *If AV + CV(B/L) + CL ≥ 1: 90 % J, 10 % G |
| − | *If AS ≥ 1 and SS(V) ≥ 2, 20 % J, '''80 % G''' | + | *If CL ≥ 1, AS ≥ 1 and SS(V) ≥ 2: 57 % J, 43 % G |
| − | *If AO ≥ 1 and DD+DE ≥ 2, 20 % J, '''80 % G''' | + | *If CL = 0, AS ≥ 1 and SS(V) ≥ 2: 15 % J, 85 % G |
| − | * Random between H, J, and G otherwise. | + | *If AS = 0 or SS(V) ≤ 1: |
| | + | **If CL ≥ 1: 83% J, 17% G |
| | + | **Otherwise, 35% H, 42% J, 23% G |
| | |G/resource -> I/resource, K = | | |G/resource -> I/resource, K = |
| − | *Go to K if fleet contains any (F)BB(V) or CV(B/L) '''and''' CL+DD+DE ≤ 1 | + | *If fleet contains only AS and SS(V): 55% I 45% K |
| − | *Otherwise, random routing
| + | *If AS ≥ 1 and SS(V) ≥ 2: 60% I 40% K |
| | + | *If AV+AO ≥ 1 and DD+DE ≥ 2: 65% I 35% K |
| | + | *Go to K if CL+DD+DE ≤ 1 |
| | |J -> L/empty, M, N = | | |J -> L/empty, M, N = |
| | + | *Random between M and N if fleet contains only SS(V) (90 % N, 10 % M) |
| | *Go to L if (F)BB(V) + CV(B/L) = 6 | | *Go to L if (F)BB(V) + CV(B/L) = 6 |
| | *Meet '''ANY''' of the following to go to N | | *Meet '''ANY''' of the following to go to N |
| − | **CL ≥ 1 and DD ≥ 4 | + | **CL ≥ 1 and DD+DE ≥ 4 |
| − | **CL ≥ 1 and CA = 5 | + | **CL = 1 and CA (Not CAV) = 5 |
| − | *Random between M and N if fleet contains only SS(V) (90 % N, 10 % M) | + | *Otherwise, roll the probability from top to bottom until one succeeds: |
| − | *Random between L, M, and N if fleet contains any SS(V) (45 % N, 10 % M, 45 % L) | + | **If (F)BB(V) + CV(B/L) = 5: 85% L |
| − | *Otherwise, random between L and N | + | **If DD+DE ≥ 3: 85% N |
| − | **2 or fewer heavy ships: 90 % N | + | **If CA(V) ≥ 4: 65% N |
| − | **3 heavy ships: 80 % N | + | **If CAV ≥ 1: 65% N |
| − | **4 heavy ships: 75 % N | + | **If AV ≥ 1: 65% N |
| − | **5 heavy ships: 15 % N | + | **If CV(L/B) ≥ 1: 65% N |
| | + | **If CL ≥ 1: 50% N |
| | + | **If SS(V) ≥ 1: 35% M |
| | + | **Go to L if failing to roll all the probabilities above. |
| | }} | | }} |
| | | | |