fixed typo authored by Lxlp's avatar Lxlp
...@@ -134,10 +134,9 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will ...@@ -134,10 +134,9 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will
| @RandomLocationsNearOrigin{a=#;r=#;s=#;minr=#} | @RLNO | Targets random locations near the origin of a skill. | | @RandomLocationsNearOrigin{a=#;r=#;s=#;minr=#} | @RLNO | Targets random locations near the origin of a skill. |
| @FloorOfTargets | @FOT | Targets the blocks underneath the inherited targets. | | @FloorOfTargets | @FOT | Targets the blocks underneath the inherited targets. |
| @LocationsOfTargets | @LOT | Targets the location of the inherited targets | | @LocationsOfTargets | @LOT | Targets the location of the inherited targets |
| @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BIR | Targets all blocks in a radius of the inherited targets. | | @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BIR | Targets all blocks in a radius of the inherited targets. |
| @TargetBlock | | Targets the block you are looking at | | @TargetBlock | | Targets the block you are looking at |
| @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | @BIC | @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | @BIC | Targets all blocks in a chunk relative to the inherited target. |
| Targets all blocks in a chunk relative to the inherited target. |
| @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BNO | Targets all blocks in a radius around the inherited target. | | @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | @BNO | Targets all blocks in a radius around the inherited target. |
| @[**BlockVein**](/Skills/Targeters/BlockVein){blocktype=#;limit=#} | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. | | @[**BlockVein**](/Skills/Targeters/BlockVein){blocktype=#;limit=#} | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
... ...
......