sc: increase bw probe and drone range
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 30 Jun 2015 20:07:28 +0000 (22:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 1 Jul 2015 17:32:34 +0000 (19:32 +0200)
According to Liquipedia <http://wiki.teamliquid.net/starcraft/SCV>:

> Although [SCV's] are stated to have a range of 1, their attack rage is
> 22 pixels shorter than that of the Zerg drone and the Protoss probe,
> and their 10-pixel ranged attack is virtually a melee attack.

sc-units-bw.inc.pl

index 06e59f12b52e07078072a2957af11b1555825bb5..74cfba0098e656a99aebbfb13ab11ea6cd9a5923 100644 (file)
@@ -35,7 +35,7 @@ attack => [
                name => "Particle Beam",
                damage => 5,
                cooldown => 22 / $FPS,
-               range => 0,
+               range => 1,
        },
 ],
 sight => 8,
@@ -1563,7 +1563,7 @@ attack => [
                anti => 1,
                damage => 5,
                cooldown => 22 / $FPS,
-               range => 0,
+               range => 1,
        },
 ],
 sight => 7,