added the EntitiesInRing targeter authored by Lxlp's avatar Lxlp
...@@ -39,6 +39,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m ...@@ -39,6 +39,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m
| @PlayersInRadius{r=#} | @PIR{r=#} | Targets all players in the given radius | | @PlayersInRadius{r=#} | @PIR{r=#} | Targets all players in the given radius |
| @MobsInRadius{r=#;types=X,X,X} | @MIR{r=#;t=X,X,X} | Targets all mythicmobs or vanilla overrides of the given type in a radius | | @MobsInRadius{r=#;types=X,X,X} | @MIR{r=#;t=X,X,X} | Targets all mythicmobs or vanilla overrides of the given type in a radius |
| @**[EntitiesInRadius][]** | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. | | @**[EntitiesInRadius][]** | @livingEntitiesInRadius<br>@livingInRadius<br>@allInRadius<br>@EIR | Targets all entities in the given radius. |
| @**[EntitiesInRing][]** | @EIRR | Targets all entities in the given ring. |
| @PlayersInWorld | @World | Targets all players in the current world. | | @PlayersInWorld | @World | Targets all players in the current world. |
| @PlayersOnServer | @Server | Targets all players in the server. | | @PlayersOnServer | @Server | Targets all players in the server. |
| @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. |
...@@ -256,6 +257,7 @@ Currently, sort can have the following values: ...@@ -256,6 +257,7 @@ Currently, sort can have the following values:
[Children]: /Skills/Targeters/Children [Children]: /Skills/Targeters/Children
<!-- Multi Entity Targeters --> <!-- Multi Entity Targeters -->
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius [EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing
<!-- Single Location Targeters --> <!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[Cone]: /Skills/Targeters/Cone [Cone]: /Skills/Targeters/Cone
... ...
......