Summary
This is the second time I encounter a bug with the volley mechanic, so I thought I'll just list all the bugs from this mechanic I've found here,first, the most important one is that I can't control the porjectile's (here arrows) yoffset, when changing it, nothing changes and I've tried every single offset modifier from the Shoot mechanic like the Startyoffset,this causes some of the arrows to shoot in the ground under my mob. Second problem is I can't pickup the arrows at all. Finally, I have no idea what the radius modifier is supposed to do but it does nothing.
Steps to reproduce
Create a simple mob that shoots the volley when interracted : Mob https://pastebin.com/YLEYKSDM Add a skill file Skill https://pastebin.com/ybkyGjPX
Current behavior
My most important problem is that half the arrows shot just go in the block under my mob instead of forward
Intended correct behavior My arrows should simply go forward. Server log file N/A
Debug log snippet N/A
Proposed fixes
I should be able to control the yoffset of the arrows, even the x one, the volley mechanic needs a big rework.