From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 20:07:28 +0000 (+0200) Subject: sc: increase bw probe and drone range X-Git-Tag: v1.8~75 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/6962abaabd527e65ec7f6e719ec2a42ef1f5fadb sc: increase bw probe and drone range According to Liquipedia : > 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. --- diff --git a/sc-units-bw.inc.pl b/sc-units-bw.inc.pl index 06e59f1..74cfba0 100644 --- a/sc-units-bw.inc.pl +++ b/sc-units-bw.inc.pl @@ -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,