GooPSudoOwner{}
It may be undesirable to target other minions, or armorstands, or other fellow minions from the same summoner.
You can thus disable this very easily
_________________________
The normal sudoskill works like this:
- sudoskill{s=Explode} @EntitiesInRadius{r=5}
This will cause each entity in a radius of 5 from the caster to execute the Explode Mythic Skill as themselves.
GooP Sudo Owner works like this:
- GooPSudoOwner{s=Explode} @EntitiesInRadus{r=5}
This will cause the summoner of this minion to cast the Explode skill, targetting all entities within 5 blocks radius from the minion.
The target of the GooPSudoOwner remains the target of the skill, while the target of the SudoSkill becomes the target. Thus, the 'targetarmorstands' or 'targetminions' options just exclude these from the targets of the skill.
DirectedRadioLaser_Exec:
Skills:
- skill{s=DirectedRadioLaser} @Target
DirectedRadioLaser:
Skills:
- GooPSudoOwner{ta=false;tm=false;s=MNN_Hit;cat=true} @EntitiesInLine{r=2}
- effect:particleline{particle=reddust;color=#44FF44;amount=1;y=0.9;sfo=0.5}
- effect:particleline{particle=reddust;color=#44FF44;amount=1;y=0.7;sfo=0.5;sso=0.3;tso=0.3}
- effect:particleline{particle=reddust;color=#44FF44;amount=1;y=0.7;sfo=0.5;sso=-0.3;tso=-0.3}
MNN_Hit:
Skills:
- damage{a=15;preventimmunity=true}
This minion fires a piercing laser at its target, hurting all entities in between. However, it is the summoner who is dealing the actual damage, making it compatible with xp gaining and that kind of stuff.