added TargetLocation wiki page authored by Lxlp's avatar Lxlp
......@@ -74,7 +74,7 @@ These targeters only work if the mob has Threat Tables enabled.
| @[SelfEyeLocation][] | @eyeDirection<br>@casterEyeLocation<br>@bossEyeLocation<br>@mobEyeLocation | Targets the caster's eye location |
| @[Forward][] | | Targets a location in front of caster's facing direction |
| @[ProjectileForward][] | | Targets a location in front of the casting projectile, relative to its direction |
| @TargetLocation{maxdistance=#} | @targetloc, @TL | Targets the mob's target's location |
| @[TargetLocation][] | @targetloc<br>@TL | Targets the caster's target's location |
| @TriggerLocation | | Targets the location of the entity that triggered the skill |
| @[SpawnLocation][] | | Targets the world's spawn location. |
| @[CasterSpawnLocation][] | | Targets the location the caster spawned at. |
......@@ -147,7 +147,7 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| @[FloorOfTargets][] | @FOT<br>@floorsOfTarget | Targets the blocks underneath the inherited targets. |
| @[LocationsOfTargets][] | @locationOfTarget<br>@LOT | Targets the location of the inherited targets. |
| @[BlocksInRadius][] | @BIR | Targets all blocks in a radius of the inherited targets. |
| @TargetBlock | | Targets the block you are looking at |
| @[TargetBlock][] | | Targets the block the casting player is looking at. |
| @[BlocksInChunk][] | @BIC | Targets all blocks in a chunk relative to the inherited target. |
| @[BlocksNearOrigin][] | @BNO | Targets all blocks in a radius around the origin of the metaskill. |
| @[BlockVein][] | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
......@@ -307,6 +307,8 @@ Currently, sort can have the following values:
[SelfLocation]: /Skills/Targeters/SelfLocation
[SpawnLocation]: /Skills/Targeters/SpawnLocation
[VariableLocation]: /Skills/Targeters/VariableLocation
[TargetBlock]: /Skills/Targeters/TargetBlock
[TargetLocation]: /Skills/Targeters/TargetLocation
<!-- Multi Location Targeters -->
[Cone]: /Skills/Targeters/Cone
[ForwardWall]: /Skills/Targeters/ForwardWall
......
......