... | ... | @@ -22,7 +22,6 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m |
|
|
| @[Owner][] | | Targets the [owner](/skills/mechanics/setowner) of the mob |
|
|
|
| @[Parent][] | @summoner | Targets the [parent](/skills/mechanics/setparent) of the mob |
|
|
|
| @[Mount][] | | Targets the entity that the mob is currently riding |
|
|
|
| @[Children][] | @child<br>@summons | Targets any child entities summoned by the caster. |
|
|
|
| @[Father][] | @dad<br>@daddy | Targets the father of the casting mob. |
|
|
|
| @[Mother][] | @mom<br>@mommy | Targets the mother of the casting mob. |
|
|
|
| @[Passenger][] | | Targets the rider of the casting mob. |
|
... | ... | @@ -48,6 +47,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m |
|
|
| @[PlayersNearOrigin][] | | Targets players near the [origin](/skills/targeters/origin) of a meta-skill. |
|
|
|
| @[MobsNearOrigin][] | | Targets all MythicMobs or vanilla overrides of the given type(s) in a radius around the origin |
|
|
|
| @[EntitiesNearOrigin][] | @ENO | Targets all entities near the [origin](/skills/targeters/origin) of a meta-skill |
|
|
|
| @[Children][] | @child<br>@summons | Targets any child entities summoned by the caster. |
|
|
|
| @[Siblings][] | @sibling<br>@brothers<br>@sisters | Targets any mobs that share the same parent as the caster. |
|
|
|
| @[ItemsNearOrigin][] | | Targets item drops near the [origin](/skills/targeters/origin) of a meta-skill. |
|
|
|
| @[ItemsInRadius][] | @IIR | Targets all item drops in the given radius |
|
... | ... | @@ -283,7 +283,6 @@ Currently, sort can have the following values: |
|
|
|
|
|
<!-- LINKS -->
|
|
|
<!-- Single Entity Targeters -->
|
|
|
[Children]: /Skills/Targeters/Children
|
|
|
[Father]: /Skills/Targeters/Father
|
|
|
[Mother]: /Skills/Targeters/Mother
|
|
|
[Mount]: /Skills/Targeters/Mount
|
... | ... | @@ -299,6 +298,7 @@ Currently, sort can have the following values: |
|
|
[Vehicle]: /Skills/Targeters/Vehicle
|
|
|
[WolfOwner]: /Skills/Targeters/WolfOwner
|
|
|
<!-- Multi Entity Targeters -->
|
|
|
[Children]: /Skills/Targeters/Children
|
|
|
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
|
|
|
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing
|
|
|
[EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin
|
... | ... | |