added EntitiesNearOrigin wiki page authored by Lxlp's avatar Lxlp
...@@ -45,7 +45,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m ...@@ -45,7 +45,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m
| @PlayersInRing{min=#;max=#} | | Target all players between the specified min and max radius. | | @PlayersInRing{min=#;max=#} | | Target all players between the specified min and max radius. |
| @PlayersNearOrigin{r=#} | | Targets players near the [origin](/skills/targeters/origin) of a meta-skill. | | @PlayersNearOrigin{r=#} | | Targets players near the [origin](/skills/targeters/origin) of a meta-skill. |
| @MobsNearOrigin{r=#;t=X} | | | | @MobsNearOrigin{r=#;t=X} | | |
| @EntitiesNearOrigin{r=#} | @ENO{r=#} | Targets all entities near the [origin](/skills/targeters/origin) of a meta-skill | | @**[EntitiesNearOrigin][]** | @ENO | Targets all entities near the [origin](/skills/targeters/origin) of a meta-skill |
| @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. | | @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. |
| @Siblings | | Targets any mobs that share the same parent as the caster. | | @Siblings | | Targets any mobs that share the same parent as the caster. |
| @TargetedTarget | @Targeted | Targets the inherited targets. | | @TargetedTarget | @Targeted | Targets the inherited targets. |
...@@ -258,6 +258,7 @@ Currently, sort can have the following values: ...@@ -258,6 +258,7 @@ Currently, sort can have the following values:
<!-- Multi Entity Targeters --> <!-- Multi Entity Targeters -->
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius [EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing [EntitiesInRing]: /Skills/Targeters/EntitiesInRing
[EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin
<!-- Single Location Targeters --> <!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[Cone]: /Skills/Targeters/Cone [Cone]: /Skills/Targeters/Cone
... ...
......