[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
War of Conquest •Rocket launcer trigger range
Page 1 of 1

Rocket launcer trigger range

Posted: Mon Feb 05, 2018 4:44 pm
by Sphinx
Rocket launcher I triggers when attacking squares that are in radius 5 of them. RL is 0, next square is radius 1, then 2 etc until 5. They trigger when the square at range 5 is attacked. The stats say radius is 4.

Re: Rocket launcer trigger range

Posted: Tue Feb 06, 2018 1:24 am
by Mike
In the example you sent me of this, the rocket launcher is 4 spaces to the south of the target, and 2 spaces to the west. According to the Pythagorean theorum the distance between them is therefore 4.47, which rounds to 4, and so is considered within range.

So, the area of range of a range 4 defense looks like this:

--*****--
-*******-
*********
*********
****o****
*********
*********
-*******-
--*****--

I could have it consider anything at all above 4 to be out of range, but then it would look like this:

----*----
-*******-
-*******-
-*******-
****o****
-*******-
-*******-
-*******-
----*----

(hard to see with the character graphics, but it's basically a square with points coming out in the middle of each side)

Re: Rocket launcer trigger range

Posted: Tue Feb 06, 2018 4:40 am
by Sphinx
I looked it as 4 moves from the rocket launcher. Having "numerical" 4,47 distance is actually more than 4 and should be out of range.
The "numerical" distance wouldnt be the same when you have 4 squares straight or 4 squares diagonal, but it would be easier to see it in game, whether a building is in range or not.

What do you think?

Re: Rocket launcer trigger range

Posted: Sat Feb 10, 2018 5:37 pm
by Sphinx
Little bump :)

This applies to all towers not just RL. Currently 4 range ones shoot at a square that are 5 steps away from them.