sc: suit fallback for sc2
[sheet.git] / sc-units-hots.inc.pl
index e514eff59530a9026434724c32929defb834203f..fe82fba7fc88d980729e69a05c99118d8ca3c32b 100644 (file)
@@ -1,7 +1,8 @@
 use utf8;
+use strict;
 
 [
-'patch 2.1.3 BU',
+'patch 2.1.10',
 # 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
@@ -41,7 +42,7 @@ use utf8;
        min => 150,
        gas => 0,
        build => 40,
-       size => 2x2,
+       size => 2,
        armor => 1,
        hp => 150,
        shield => 150,
@@ -127,7 +128,7 @@ use utf8;
        min => 400,
        gas => 0,
        build => 100,
-       size => 5x5,
+       size => 5,
        cargo => 0,
        armor => 1,
        hp => 1000,
@@ -306,7 +307,7 @@ use utf8;
        armor => 0,
        hp => 10,
        shield => 350,
-       attr => P,
+       psionic => 1,
        massive => 1,
        attack => {
                ground => {
@@ -549,7 +550,7 @@ use utf8;
        attack => {
                ground => {
                        damage => [30, 33, 36, 39],
-                       #bonus => +50 (+2) Ma Air,
+                       #bonus => +14 Ma Air,
                        dps => [9.1, 10.0, 10.9, 11.8],
                        type => 'projectile',
                        cooldown => 3.3,
@@ -667,7 +668,7 @@ use utf8;
        min => 100,
        gas => 0,
        build => 25,
-       size => 2x2,
+       size => 2,
        cargo => 0,
        armor => 0,
        hp => 250,
@@ -703,7 +704,7 @@ use utf8;
        min => 150,
        gas => 150,
        build => 50,
-       size => 5x5,
+       size => 5,
        cargo => 0,
        armor => 3,
        hp => 1500,
@@ -1172,7 +1173,7 @@ use utf8;
        special => [
                {
                        alt => 'Auto-Turret',
-                       size => 2x2,
+                       size => 2,
                        cargo => 0,
                        armor => 1,
                        hp => 150,
@@ -1219,6 +1220,7 @@ use utf8;
                                        },
                                },
                        ],
+                       duration => 20,
                },
        ],
 },
@@ -1409,7 +1411,7 @@ use utf8;
        min => 100,
        gas => 0,
        build => 50,
-       size => 2x2,
+       size => 2,
        cargo => 0,
        armor => 2,
        hp => 300,
@@ -1438,7 +1440,7 @@ use utf8;
        min => 75,
        gas => 0,
        build => 30,
-       size => 2x2,
+       size => 2,
        cargo => 0,
        armor => 1,
        hp => 400,
@@ -1656,7 +1658,7 @@ use utf8;
        min => 100,
        gas => 100,
        build => 20,
-       size => 3x3,
+       size => 3,
        cargo => 0,
        armor => 1,
        hp => 200,
@@ -1671,9 +1673,9 @@ use utf8;
        race => 'zerg',
        cat => 'lair',
        name => 'Swarm Host',
-       unit => 3,
-       min => 200,
-       gas => 100,
+       unit => 4,
+       min => 100,
+       gas => 200,
        build => 40,
        size => 1.625,
        cargo => 4,
@@ -1688,7 +1690,7 @@ use utf8;
                        cooldown => 0.86,
                },
        },
-       speed => 2.25,
+       speed => 2.95,
        creep => 1.3,
        sight => 10,
        special => [
@@ -1706,13 +1708,14 @@ use utf8;
                                        damage => [12 .. 15],
                                        dps => [14.0, 15.2, 16.4, 17.6],
                                        type => 'projectile',
-                                       cooldown => 0.86,
+                                       cooldown => 0.6,
                                },
                                range => 3,
                        },
                        speed => 1.875,
                        creep => 1.4,
                        sight => 6,
+                       duration => 25,
                },
        ],
 },