Sudo Minions

As a minion, sudos the summoner to run a MythicSkill

GooPSudoMinions{}

MythicMechanic: GooPSudoMinions

Tips

  • It may be undesirable to target minions, or armorstands.

    • You can thus disable this very easily


  • You may specify a kind of minions to target, this is set through GooPSummonMinion.


_________________________

  • 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:

- GoopSudoMinions{s=Explode} @EntitiesInRadus{r=5}

This will cause every minion of this summoner to cast the Explode skill, each targetting all entities within 5 blocks radius from the summoner..

The target of the GooPSudoMinions 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.

Simple Examples:

FusionHat_Control:

Skills:

- GooPSudoMinions{s=FusionHat_Ray;k="Fat"}

FusionHat_Ray:

Skills:

- disguise{d=Bat} @Self

- sound{s=entity.generic.explode;p=1.5;v=0.6} @SelfLocation

- effect:particles{particle=largeexplode;amount=1;hS=0.03;vS=0.03;speed=1;y=1} @SelfLocation

- effect:particles{particle=explode;amount=3;hS=0.03;vS=0.03;speed=0.1;y=1} @SelfLocation

- effect:particles{particle=fireworks_spark;amount=3;hS=0.3;vS=0.3;speed=0.1;y=1} @SelfLocation

- missile{onTick=FHR_T;onHit=FHR_H;onEnd=FHR_E;v=18;i=1;hR=1;vR=2;hs=false;mr=35;in=0;tyo=1.8;syo=1.2;hp=false;sE=true;sB=false;hnp=true;ht=true}

The minions of this hat are invisible, but wearing a player head for looks. Thus, when this skill fires, they become completely invisible by disguising as bats - which dont render head armor slots. They also fire a seeking missle, making it look like they exploded into releasing it.