Line 222: |
Line 222: |
| |expand = true | | |expand = true |
| |id = 46-1 | | |id = 46-1 |
− | |order = C,E,F,G,H,M | + | |order = 1,C,E,F |
| | | |
| + | |1 -> A = * Do not meet the requirements to go to B. |
| + | |1 -> B/empty = |
| + | * Meet '''ALL''' of the following requirements: |
| + | ** Amount of ships ≤ 5 |
| + | ** Amount of DD ≥ 4 |
| + | |
| + | |C -> D = * Do not meet the requirements to go to E. |
| |C -> E/empty = | | |C -> E/empty = |
− | |C -> F/empty =
| + | * Meet '''ALL''' of the following requirements: |
− | | + | ** Amount of ships ≤ 5 |
− | |E/empty -> F/empty, H =
| + | ** Amount of DD ≥ 4 |
− | | |
− | |F/empty -> B, G =
| |
− | | |
− | |G -> I/empty =
| |
− | |G -> K =
| |
− | | |
− | |G -> M =
| |
− | | |
− | | |
− | |H -> D =
| |
− | | |
− | |H -> J/empty =
| |
− | |H -> L =
| |
| | | |
− | |H -> M = | + | |E/empty -> F/empty = * Amount of DD ≤ 4 |
| + | |E/empty -> G = * Amount of DD ≥ 5 |
| | | |
− | |M -> L = | + | |F/empty -> I/empty = * ??? |
− | |M -> N = | + | |F/empty -> H = * ??? |
| }} | | }} |
| | | |