From 6962abaabd527e65ec7f6e719ec2a42ef1f5fadb Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 30 Jun 2015 22:07:28 +0200 Subject: [PATCH] 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. --- sc-units-bw.inc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.30.0