GooPSummonMinion{}
If a minion exceedes their Leash Range, they are teleported to their summoner.
You may specify a value in your config, SummonLeashKillDistance: 60, that kills minions rather than teleporting them if they exceed this distance.
Following reasons a minion will 'Die due to Goop:'
Their summoner died (which makes GooP kill all the minions)
Their summoner logged out of the server
They exceed the minion capacity of their summoner (refreshed every 10 seconds).
Killed by exceeding the config-specified SummonLeashKillDistance.
'Kind' attribute defaults to the name of the mythicmob you are summoning.
Allows for some cool mechanics:
Minions with negative summon weight, that actually increase your minon capacity, but you can only have 1 active.
More specific targetting with the @GooPMinions targetter
FDSSummon:
Skills:
- GooPSummonMinion{type=BigFireSpiritFD;amount="<modifier.amount>";w="<modifier.sweight>"} @SelfLocation
As a MythicSkill-to-MMOItem Ability, this allows for a tome that summons demon spiders.
The spiders are light summons, so that they ony use 0.8 summon cap each. Summons 3 at the same time.
There are several placeholders that can be used by minions, to strengthen their connection with their summoner:
<goop.owner.name> The name of their summoner.
<goop.owner.distance> Distance to their summoner.
<goop.owner.x> X co-ordinate of their summoner.
<goop.owner.y> Y co-ordinate of their summoner.
<goop.owner.z> Z co-ordinate of their summoner.
<goop.owner.world> World their summoner is in.
<goop.owner.health> Current health of their summoner
<goop.owner.max_health> Max health of their summoner.
<goop.ownerpapi.[PLACEHOLDER]> Parses a PAPI placeholder as their summoner (if the summoner is a player)