added Children wiki page authored by Lxlp's avatar Lxlp
...@@ -22,7 +22,7 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m ...@@ -22,7 +22,7 @@ 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 | | @Owner | | Targets the [owner](/skills/mechanics/setowner) of the mob |
| @Mount | | Targets the entity that the mob is currently riding | | @Mount | | Targets the entity that the mob is currently riding |
| @Parent | | Targets the parent if mob was summoned by other mob. | | @Parent | | Targets the parent if mob was summoned by other mob. |
| @Children | | Targets any child entities summoned by the caster. | | @**[Children][]** | @child<br>@summons | Targets any child entities summoned by the caster. |
| @Passenger | | Targets the rider of the mob. | | @Passenger | | Targets the rider of the mob. |
| @SpawnLocation | | Targets the location the world's spawn. | | @SpawnLocation | | Targets the location the world's spawn. |
| @**[CasterSpawnLocation][]** | | Targets the location the caster spawned at. | | @**[CasterSpawnLocation][]** | | Targets the location the caster spawned at. |
...@@ -252,9 +252,15 @@ Currently, sort can have the following values: ...@@ -252,9 +252,15 @@ Currently, sort can have the following values:
<!-- LINKS --> <!-- LINKS -->
<!-- Single Entity Targeters -->
[Children]: /Skills/Targeters/Children
<!-- Multi Entity Targeters -->
<!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[VariableLocation]: /Skills/Targeters/VariableLocation [VariableLocation]: /Skills/Targeters/VariableLocation
<!-- Multi Location Targeters -->
[Rectangle]: /Skills/Targeters/Rectangle [Rectangle]: /Skills/Targeters/Rectangle
<!-- Special Targeters -->
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius [BlocksInRadius]: /Skills/Targeters/BlocksInRadius
[BlocksInChunk]: /Skills/Targeters/BlocksInChunk [BlocksInChunk]: /Skills/Targeters/BlocksInChunk
[BlocksNearOrigin]: /Skills/Targeters/BlocksNearOrigin [BlocksNearOrigin]: /Skills/Targeters/BlocksNearOrigin
... ...
......