X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fe30af9eabbbc53ee16bac6ebcf944bc57f4542e..cf5aaee63c5aa7eeae7e2e136e58e156841616a9:/sc-units-hots.inc.pl diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index a4115e4..9faaea8 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -2,7 +2,7 @@ use utf8; use strict; [ -'patch 2.1.10', +'patch 2.1.9+', # http://wiki.teamliquid.net/starcraft2/Unit_Statistics # http://wiki.teamliquid.net/starcraft2/User:Roemy/Unit_Statistics_(detailed) # http://starcraft.wikia.com/wiki/List_of_StarCraft_II_units @@ -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, - }, }, ], },