Projectile type meteor - targeters on oH attribute won't work - MM 5.0.3 SNAPSHOT - MC 1.18-1.18.2
Summary
As explained on the title, whenever I set up a projectile type meteor, it won't accept any targeter on the oH attribute. Although @Target works properly on it, @PIR doesn't. Basically I'm unable to target multiple players in a range with a skill and make them take damage. Same story with @World.
Particles work though. I can see particles on top of everyone when the skill is casted by the MM.
Steps to reproduce
Meteora: Cooldown: 25 Conditions: - targetwithin: 10 Skills: - sendtitle{title="&c&lMeteora";subtitle=&6Davvero pensi di scappare? HAHAHA SCIOCCO!;d=30;fi=5;fo=5} @PIR{r=200} - delay 60 - projectile{oT=Et;oH=Eh;Type=METEOR;i=1;hfs=6;mr=40;g=10;hp=true} @World - delay 20 - projectile{oT=Et;oH=Eh;Type=METEOR;i=1;hfs=6;mr=40;g=10;hp=true} @World - delay 20 - projectile{oT=Et;oH=Eh;Type=METEOR;i=1;hfs=6;mr=40;g=10;hp=true} @World - delay 20 - projectile{oT=Et;oH=Eh;Type=METEOR;i=1;hfs=6;mr=40;g=10;hp=true} @World - delay 20 - projectile{oT=Et;oH=Eh;Type=METEOR;i=1;hfs=6;mr=40;g=10;hp=true} @World - delay 20
Et: Skills: - effect:particlesphere{particle=flame;amount=100;r=0.5} @origin
Eh: Skills: - effect:particles{p=flame;a=100;hS=3;vS=0.7;s=0.3;y=2} - sound{s=entity.generic.explode;v=2.0} @PIR{r=200} - damage{a=2;ia=true;cause=magic} @PIR{r=200}
Current behavior
Skill casted, message displayed, particles working perfectly, damage ONLY to the person who has more aggro even though I haven't set up any threat table and specified a different targeter (@World or @PIR).
Intended correct behavior
Instead of only 1 person taking damage, it should be all the players in that range to take damage, as:
- damage{a=2;ia=true;cause=magic} @PIR{r=200}
Server log file
There's no log about the issue in my console
Debug log snippet
Proposed fixes
Projectile type meteor - targeters on oH attribute