Changes
Page history
added the EntitiesInRing targeter
authored
Jul 09, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters.md
View page @
c816fbbf
...
...
@@ -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 |
| @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. |
| @
**[EntitiesInRing][]**
| @EIRR | Targets all entities in the given ring. |
| @PlayersInWorld | @World | Targets all players in the current world. |
| @PlayersOnServer | @Server | Targets all players in the server. |
| @PlayersInRing{min=#;max=#} | | Target all players between the specified min and max radius. |
...
...
@@ -256,6 +257,7 @@ Currently, sort can have the following values:
[
Children
]:
/Skills/Targeters/Children
<!-- Multi Entity Targeters -->
[
EntitiesInRadius
]:
/Skills/Targeters/EntitiesInRadius
[
EntitiesInRing
]:
/Skills/Targeters/EntitiesInRing
<!-- Single Location Targeters -->
[
CasterSpawnLocation
]:
/Skills/Targeters/CasterSpawnLocation
[
Cone
]:
/Skills/Targeters/Cone
...
...
...
...