Page 1 of 1

Range Amplification Device does not work on Hymn of Moonligh

Posted: Tue Aug 02, 2016 5:33 am
by AkimboBalloon
I tried using the Range Amplification Device with an Anorithil and I've found that it doesn't properly work with Hymn of Moonlight. It says "range: 8" but the description still reads "within radius 5", which is the figure actually used.

Re: Range Amplification Device does not work on Hymn of Moon

Posted: Tue Aug 02, 2016 11:33 am
by Radon26
hymn of the moon is a sustain, that shoots things.
you might have increased how far it can possibly go, but you didn't increase how far its looking for a target.

Re: Range Amplification Device does not work on Hymn of Moon

Posted: Wed Aug 03, 2016 2:38 am
by AkimboBalloon
Then the prodigy is at the very least inconsistently applied as it does increase the range of Corona, which is also a sustain of similar properties.

Even if I'm incorrect and no practical changes need be implemented, Hymn of Moonlight should not state an increase of range that does not occur.

Re: Range Amplification Device does not work on Hymn of Moon

Posted: Thu Aug 04, 2016 12:16 am
by Radon26
i think the problem is on the hymn side

this line -
"local grids = core.fov.circle_grids(self.x, self.y, 5, true)"
- has a fixed 5, instead of looking for the value from elsewhere
not a master coder, but believe that is a hard coded range.
corona checks every time what is the actual range.
"local grids = core.fov.circle_grids(self.x, self.y, self:getTalentRange(t), true)"

Re: Range Amplification Device does not work on Hymn of Moon

Posted: Thu Aug 04, 2016 7:50 am
by darkgod
fixed