X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f95a0990d1d4c6e8d612c6f80accc9c0ed4e1a5e..081094b66cb2a3509bd09632161e6d7efbe4c0a5:/sc-units-hots.inc.pl?ds=sidebyside 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", + }, + ], }, {