Seeker Bow deals way too much damage
FloppaWithDrip opened this issue ยท 1 comments
Forge version: 36.1.0
Twilight Forest version: 4.0.467
Steps to reproduce:
- Use seeker bow (used power 5 in my tests but it also does this without power)
- Shoot to the side of a target mob, not directly at it, the further to the side the more damage it does.
What I expected to happen: The bow deals a reasonable amount of damage, like less than half of what it currently does
What happened instead:
It did 93 damage in a single hit to the Ur-Ghast. Bow consistently deals above 80 damage.
This is probably caused by the 'aimbot' accelerating the arrow as it redirects to its target.
This is probably caused by the 'aimbot' accelerating the arrow as it redirects to its target.
I donked and used the wrong variable here:
targetVec.scale
should also use courseLen / totalLen
for the velocity to be correctly preserved.