From 512ff6a420aa9c4ec7259a7ec937bdb5d62a2aba Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 30 May 2022 04:16:47 +0200 Subject: [PATCH] sc: lotv patch 5.0.9 --- sc-units-hots.inc.pl | 1 + sc-units-lotv.inc.pl | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index 79b0c84..3cd186f 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -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, diff --git a/sc-units-lotv.inc.pl b/sc-units-lotv.inc.pl index ca4b9c6..76d5896 100644 --- a/sc-units-lotv.inc.pl +++ b/sc-units-lotv.inc.pl @@ -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, -- 2.30.0