From 134403fceee988fc9334d8d49c4796f95750e425 Mon Sep 17 00:00:00 2001 From: psydev Date: Tue, 6 May 2014 18:17:38 -0700 Subject: [PATCH] Reduce RangeLimit of Rockets, BikeRockets To give some units a chance to escape, limiting RangeLimit of these rockets. Basically it is because if you get within range with a vehicle, but then quickly turn around to get out of range, the missile will follow you for quite a long ways, well beyond its initial range. There is currently no way to escape the missile. This allows a unit which is very fast to stand a chance of escaping a shot instead of having no chance. --- mods/cnc/weapons.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/cnc/weapons.yaml b/mods/cnc/weapons.yaml index 62c62614cf..a781a9ea19 100644 --- a/mods/cnc/weapons.yaml +++ b/mods/cnc/weapons.yaml @@ -250,7 +250,7 @@ Rockets: Trail: smokey ContrailLength: 8 Speed: 298 - RangeLimit: 30 + RangeLimit: 20 Warhead: Spread: 128 Versus: @@ -282,7 +282,7 @@ BikeRockets: Trail: smokey ContrailLength: 8 Speed: 298 - RangeLimit: 40 + RangeLimit: 20 Warhead: Spread: 128 Versus: