Minions

Targets the minions of the caster

@GooPMinions

MythicTargeter: GooPMinions

Tips

  • Actually very useful for very complicated mythic skills, just set the summoned mob minion weight to 0 and they will effectively not participate in the GooP Minions System.

Simple Examples:

The following is a skill of a shotgun, it fires 5 pellets with a decent spread. The five pellets pierce all enemies they hit.

Shotgun_Fire_Exec:

Skills:

- GooPSummonMinion{type=UltimatumBeamTarget;amount=1;w=0;k="SPBT";lr=100} @Forward{f=50.0;y=1.0}

- delay 1

- skill{s=Ultimatum_FireTargetter} @GooPMinions{k="SPBT"}


Shotgun_FireTargetter:

Skills:

- skill{s=Ultimatum_FireBeam} @RLNTE{a=1;r=15;s=1;minr=0}

- skill{s=Ultimatum_FireBeam} @RLNTE{a=1;r=15;s=1;minr=1}

- skill{s=Ultimatum_FireBeam} @RLNTE{a=1;r=15;s=1;minr=1}

- skill{s=Ultimatum_FireBeam} @RLNTE{a=1;r=15;s=1;minr=2}

- skill{s=Ultimatum_FireBeam} @RLNTE{a=1;r=15;s=1;minr=2}

- remove


Shotgun_FireBeam:

Skills:

- effect:particleline{particle=reddust;color=#000000;amount=1;y=0.6;sfo=1.2}

- damage{a=4;preventimmunity=true} @EntitiesInLine{r=1}

The skill Ultimatum_FireTargetter is targetted at the caster's SBPT minion. This is an utility minion, meant to help cast this complex MythicSkill.