Range Amplification Device does not work on Hymn of Moonligh
Moderator: Moderator
-
- Yeek
- Posts: 12
- Joined: Tue Aug 02, 2016 5:23 am
Range Amplification Device does not work on Hymn of Moonligh
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
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.
you might have increased how far it can possibly go, but you didn't increase how far its looking for a target.
-
- Yeek
- Posts: 12
- Joined: Tue Aug 02, 2016 5:23 am
Re: Range Amplification Device does not work on Hymn of Moon
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.
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
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)"
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
fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
