sc: update hots data to patch 2.1.9 BU
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 13 Jun 2015 03:30:23 +0000 (05:30 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 13 Jun 2015 03:30:23 +0000 (05:30 +0200)
Apply missing changes from release notes.
Declare version as later 2.1.10 which behaves identically.

sc-units-hots.inc.pl

index f6e3d781a4c173c376ed4f8b524620cf39b76d2a..fe82fba7fc88d980729e69a05c99118d8ca3c32b 100644 (file)
@@ -2,7 +2,7 @@ use utf8;
 use strict;
 
 [
 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
 # 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
@@ -550,7 +550,7 @@ use strict;
        attack => {
                ground => {
                        damage => [30, 33, 36, 39],
        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,
                        dps => [9.1, 10.0, 10.9, 11.8],
                        type => 'projectile',
                        cooldown => 3.3,
@@ -1220,6 +1220,7 @@ use strict;
                                        },
                                },
                        ],
                                        },
                                },
                        ],
+                       duration => 20,
                },
        ],
 },
                },
        ],
 },
@@ -1672,9 +1673,9 @@ use strict;
        race => 'zerg',
        cat => 'lair',
        name => 'Swarm Host',
        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,
        build => 40,
        size => 1.625,
        cargo => 4,
@@ -1689,7 +1690,7 @@ use strict;
                        cooldown => 0.86,
                },
        },
                        cooldown => 0.86,
                },
        },
-       speed => 2.25,
+       speed => 2.95,
        creep => 1.3,
        sight => 10,
        special => [
        creep => 1.3,
        sight => 10,
        special => [
@@ -1707,13 +1708,14 @@ use strict;
                                        damage => [12 .. 15],
                                        dps => [14.0, 15.2, 16.4, 17.6],
                                        type => 'projectile',
                                        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,
                                },
                                range => 3,
                        },
                        speed => 1.875,
                        creep => 1.4,
                        sight => 6,
+                       duration => 25,
                },
        ],
 },
                },
        ],
 },