From: Mischa POSLAWSKY Date: Sun, 29 May 2022 09:52:10 +0000 (+0200) Subject: sc: describe worker abilities notably mineral gathering X-Git-Tag: v1.14~89 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/081094b66cb2a3509bd09632161e6d7efbe4c0a5 sc: describe worker abilities notably mineral gathering From Liquipedia [1][2] and other sources [3] for required measurements. [1] https://liquipedia.net/starcraft/Mining [2] https://liquipedia.net/starcraft2/Mining_Minerals [3] https://tl.net/forum/sc2-strategy/140055-scientifically-measuring-mining-speed --- diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 7d1fb64..8d490d4 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -43,6 +43,13 @@ attack => [ sight => 8, speed => 4.92 * $SM, counter => ['vulture', 'dark templar'], +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "warp-in buildings and gather minerals (65/minute) or gas (103/minute)", + }, +], }, { @@ -842,6 +849,13 @@ attack => [ ], sight => 7, speed => 4.92 * $SM, +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "construct or repair buildings and gather minerals (68/minute) or gas (103/minute)", + }, +], }, { @@ -1626,6 +1640,13 @@ attack => [ ], sight => 7, speed => 4.92 * $SM, +special => [ + { + name => 'worker', + abbr => '⚒', + desc => "morph into buildings and gather minerals (67/minute) or gas (103/minute)", + }, +], }, { diff --git a/sc-units-hots.inc.pl b/sc-units-hots.inc.pl index 16dccef..884e90d 100644 --- a/sc-units-hots.inc.pl +++ b/sc-units-hots.inc.pl @@ -2,6 +2,7 @@ use utf8; use strict; my $V = v5.0.2; # some patch data for invisible attributes +my $GATHER = "gather 5 minerals (7 gold) after 4s (upto 60/minute)\n or 4 gas (8 rich) after 3s (53/min)"; # lotv time scale [ 'patch 2.1.9+', @@ -37,6 +38,13 @@ my $V = v5.0.2; # some patch data for invisible attributes ], speed => 2.8125, sight => 8, + special => [ + { + name => 'worker', + abbr => '⚒', + desc => "warp-in buildings\n- $GATHER", + }, + ], }, { @@ -1022,6 +1030,17 @@ my $V = v5.0.2; # some patch data for invisible attributes ], speed => 2.8125, sight => 8, + special => [ + { + name => 'worker', + abbr => '⚒', + desc => join("\n- ", + 'construct buildings', + 'repair mechanical units and buildings (speed as build time but 25% cost)', + $GATHER, + ), + }, + ], }, { @@ -1041,6 +1060,18 @@ my $V = v5.0.2; # some patch data for invisible attributes }, speed => 2.8, sight => 8, + special => [ + { + name => 'limited worker', + abbr => '⛏', + desc => join("\n- ", + 'repair like an SCV (but cannot build)', + 'gather 25 minerals after 6s: 200-225 over its 64s lifetime (equilavent to 3½ SCVs)', + ), + duration => 64, + energy => 50, + }, + ], }, { @@ -2080,6 +2111,13 @@ my $V = v5.0.2; # some patch data for invisible attributes speed => 2.8125, creep => 1.0, sight => 8, + special => [ + { + name => 'worker', + abbr => '⚒', + desc => "morph into buildings\n- $GATHER", + }, + ], }, {