... | ... | @@ -80,7 +80,6 @@ These targeters only work if the mob has Threat Tables enabled. |
|
|
| @[CasterSpawnLocation][] | | Targets the location the caster spawned at. |
|
|
|
| @[Location][] | | Targets the specified coordinates in the caster's world. |
|
|
|
| @[Origin][] | @source | Targets the location of the "origin" or "source" of a meta-skill. While that is usually the casting mob, there are special cases where this is not true (such as with the Projectile Skill, where the "origin" is the location of the projectile). |
|
|
|
| @Spawner{s=SpawnerName} | | Targets the location of the specified spawner(s). The string can be the name of a spawner, or a a group of spawners (using g:groupname), and also accepts wildcards (Spawner* would target Spawner1,Spawner2,Spawner3,etc) |
|
|
|
| @[ObstructingBlock][] | | Tries to target the block in front of the caster that is obstructing it |
|
|
|
| @TrackedLocation | | Targets the mob's tracked location |
|
|
|
| @[NearestStructure][] | | Targets the nearest structure of the specified type within a radius in the caster's world |
|
... | ... | @@ -102,6 +101,7 @@ These targeters only work if the mob has Threat Tables enabled. |
|
|
| @[RandomLocationsNearCaster][] | @RLO<br>@randomLocationsOrigin<br>@RLNO | Targets random locations near the origin of a skill. |
|
|
|
| @[RandomLocationsNearOrigin][] | @RLO<br>@randomLocationsOrigin<br>@RLNO | Targets random locations near the origin of a skill. |
|
|
|
| @[RingAroundOrigin][] | @ringOrigin<br>@RAO | Targets locations in a specified ring around the origin. |
|
|
|
| @[Spawners][] | | Targets the location of the specified spawners. |
|
|
|
|
|
|
|
|
|
## Meta Targeters
|
... | ... | @@ -316,6 +316,7 @@ Currently, sort can have the following values: |
|
|
[Rectangle]: /Skills/Targeters/Rectangle
|
|
|
[RingAroundOrigin]: /Skills/Targeters/RingAroundOrigin
|
|
|
[Ring]: /Skills/Targeters/Ring
|
|
|
[Spawners]: /Skills/Targeters/Spawners
|
|
|
<!-- Special Targeters -->
|
|
|
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius
|
|
|
[BlocksInChunk]: /Skills/Targeters/BlocksInChunk
|
... | ... | |