moved BlocksNearOrigin targeter from the "Meta" section to the "Location" one authored by Lxlp's avatar Lxlp
......@@ -100,6 +100,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena
| @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
| @[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. |
| @[BlocksNearOrigin][] | @BNO | Targets all blocks in a radius around the origin of the metaskill. |
| @[RingAroundOrigin][] | @ringOrigin<br>@RAO | Targets locations in a specified ring around the origin. |
| @[Spawners][] | | Targets the location of the specified spawners. |
......@@ -153,7 +154,6 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| @[BlocksInRadius][] | @BIR | Targets all blocks in a radius of the inherited targets. |
| @[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. |
......@@ -338,6 +338,7 @@ Currently, sort can have the following values:
[TrackedLocation]: /Skills/Targeters/TrackedLocation
[TriggerLocation]: /Skills/Targeters/TriggerLocation
<!-- Multi Location Targeters -->
[BlocksNearOrigin]: /Skills/Targeters/BlocksNearOrigin
[Cone]: /Skills/Targeters/Cone
[ForwardWall]: /Skills/Targeters/ForwardWall
[RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin
......@@ -350,7 +351,6 @@ Currently, sort can have the following values:
<!-- Meta Targeters -->
[BlocksInRadius]: /Skills/Targeters/BlocksInRadius
[BlocksInChunk]: /Skills/Targeters/BlocksInChunk
[BlocksNearOrigin]: /Skills/Targeters/BlocksNearOrigin
[BlockVein]: /Skills/Targeters/BlockVein
[FloorOfTargets]: /Skills/Targeters/FloorOfTargets
[Line]: /Skills/Targeters/Line
......
......