Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Magpie

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
1/3/2024 6:32:07 PMGBrankddaboqepp before revert after revert
1/3/2024 6:31:20 PMGBrankddaboqepp before revert after revert
1/3/2024 6:30:17 PMGBrankddaboqepp before revert after revert
Before After
1 [quote]As a general observation I think air can be used in more ways than you have listed. As you seem to have a strong opinion don't think we need to derail the thread by a discussion.[/quote] 1 [quote]As a general observation I think air can be used in more ways than you have listed. As you seem to have a strong opinion don't think we need to derail the thread by a discussion.[/quote]
2 \n 2 \n
3 yes, i don't deny you can use air in many ways, its a flexible lab. The real question is "should you" from the perspective of optimal play? 3 yes, i don't deny you can use air in many ways, its a flexible lab. The real question is "should you" from the perspective of optimal play?
4 \n 4 \n
5 imo optimal build queue for air is 5 imo optimal build queue for air is
6 \n 6 \n
7 {{{ 7 {{{
8 3 Swift (scout whole enemy) 8 3 Swift (scout whole enemy)
9 while true{ 9 while true{
10 3 Phenix 10 3 Phenix
11 if Phenix > 50% unit by cost { 11 if Phenix > 50% unit by cost {
12 if enemy has gone for swift ball { 12 if enemy has gone for swift ball {
13 2 Raptor 13 2 Raptor
14 } 14 }
15 if big spotted or snipe-able AA { 15 else if big spotted or snipe-able AA {
16 1 Odin 16 1 Odin
17 } 17 }
18 if shield ball { 18 else if shield ball {
19 1 Tbird 19 1 Tbird
20 } 20 }
21 if Nimbus ball { 21 else if Nimbus ball {
22 2 Likho 22 2 Likho
23 } 23 }
24 if owl < 1 { 24 else if owl < 1 {
25 1 owl 25 1 owl
26 } 26 }
27 if AA survival < 80% { 27 if AA survival < 80% && no ground lab{
28 make ground lab 28 make ground lab
29 } 29 }
30 } 30 }
31 } 31 }
32 }}} 32 }}}
33 \n 33 \n