sc: lotv patch 5.0.9
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 30 May 2022 02:16:47 +0000 (04:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 3 Jun 2022 22:53:43 +0000 (00:53 +0200)
sc-units-hots.inc.pl
sc-units-lotv.inc.pl

index 79b0c84e46352aa4d9aaf0777209fd7ce62daeb2..3cd186f7e87eb755227a554ce8524cb3a8742e14 100644 (file)
@@ -1573,6 +1573,7 @@ my $GATHER = "gather 5 minerals (7 gold) after 4s (upto 60/minute)\n  or 4 gas (
                        splash => 1,
                        cooldown => 40,
                        range => 5,
+                       transform => 1.0, # time to burrow
                },
        ],
        speed => 2.8125,
index ca4b9c6e9b74a9454a2bac4cf1ab1686a3fe582b..76d589620995035e9fb5c3bb17c25a051a158487 100644 (file)
@@ -1,7 +1,7 @@
 use utf8;
 use strict;
 
-my $V = v5.0.2;
+my $V = v5.0.9;
 my $RT = 1.4;  # real-time speed factor to faster
 
 my $hots = do 'sc-units-hots.inc.pl' or die $!;
@@ -217,7 +217,7 @@ $unit{photon_cannon},
                {
                        name => 'Shadow Stride',
                        abbr => 'bl',
-                       desc => 'teleport to visible location',
+                       desc => 'teleport to visible location, ¾s attack delay afterwards',
                        min => 100,
                        gas => 100,
                        build => $V lt v4.7.1 ? 121 : 100,
@@ -315,9 +315,9 @@ $unit{phoenix},
 
 {
        %{ $unit{void_ray} },
-       min => $V lt v5.0.2 ? 250 : 200,
+       min => $V lt v5.0.9 && $V ge v5.0.2 ? 200 : 250,
        speed => $V lt v5.0.2 ? 3.5 : 3.85,
-       build => $V lt v5.0.2 ? 43 : 37,
+       build => $V lt v5.0.9 && $V ge v5.0.2 ? 37 : 43,
        upgrade => [
                {
                        name => 'Flux Vanes',
@@ -541,6 +541,7 @@ $unit{marine},
                        bonus => {
                                shields => 25,
                        },
+                       transform => $V lt v5.0.9 ? .71 : 1.07,
                },
        ],
 },
@@ -1015,7 +1016,7 @@ $unit{zergling},
        attack => [
                {
                        anti => 1,
-                       name => '?',
+                       name => 'Spines',
                        damage => 20,
                        upgrade => 2,
                        splash => 'line',
@@ -1027,6 +1028,7 @@ $unit{zergling},
                        },
                },
        ],
+       transform => 2.0,
        upgrade => [
                $V lt v4.11.0 ? () : {
                        name => 'Seismic Spines',
@@ -1040,6 +1042,12 @@ $unit{zergling},
                        gas => 150,
                        build => 57,
                },
+               {
+                       name => 'Adaptive Talons',
+                       desc => 'halves burrow time and increases movement speed',
+                       speed => .413,
+                       transform => $V lt v5.0.9 ? .71 : 1.07,
+               },
        ],
        speed => 4.13,
        creep => 1.3,