X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a4e15cb67b375952ca62d9dcfc95095b8e99b5e3..cf5aaee63c5aa7eeae7e2e136e58e156841616a9:/sc-units-hots.inc.pl diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index 65b54a7..9faaea8 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -1491,7 +1491,7 @@ use strict; name => 'Hellion Mode', abbr => 'hm', desc => 'transform to Hellion', - duration => 4, + transform => 4, }, ], upgrade => [ @@ -1607,7 +1607,7 @@ use strict; }, ], speed => 0, - duration => 4, + transform => 4, }, ], speed => 2.25, @@ -1708,7 +1708,7 @@ use strict; { name => 'Assault Mode', abbr => 'am', - build => 3, # transformation time + transform => 3, alt => 'Landed Viking', cargo => 2, attack => [ @@ -2733,6 +2733,14 @@ use strict; duration => 25, cooldown => 60, count => 2, + upgrade => [ + { + # Flying Locusts + attr => { + flying => 1, + }, + }, + ], }, ], upgrade => [ @@ -2741,9 +2749,6 @@ use strict; min => 200, gas => 200, build => 160, - attr => { - flying => 1, - }, }, ], },