X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/527c275ff9701adf6d7bbce9b6f856a307630c46..e707c2080400363cd38ac94272146f2c7769f458:/sc-units-hots.inc.pl diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index eb1736f..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 => [ @@ -1889,7 +1889,15 @@ use strict; build => 140, armor => 2, }, + { + name => 'Durable Materials', + min => 150, + gas => 150, + build => 110, + duration => 60, + }, ], + duration => 180, }, { alt => 'Point Defense Drone', @@ -1932,6 +1940,13 @@ use strict; build => 140, armor => 2, }, + { + name => 'Durable Materials', + min => 150, + gas => 150, + build => 110, + duration => 10, + }, ], duration => 20, }, @@ -1951,20 +1966,6 @@ use strict; }, ], upgrade => [ - { - name => 'Durable Materials', - min => 150, - gas => 150, - build => 110, -# special => { -# at => { -# duration => 240, -# }, -# pd => { -# duration => 30, -# }, -# }, - }, { name => 'Corvid Reactor', min => 150, @@ -2732,6 +2733,14 @@ use strict; duration => 25, cooldown => 60, count => 2, + upgrade => [ + { + # Flying Locusts + attr => { + flying => 1, + }, + }, + ], }, ], upgrade => [ @@ -2740,9 +2749,6 @@ use strict; min => 200, gas => 200, build => 160, - attr => { - flying => 1, - }, }, ], },