... | ... | @@ -83,6 +83,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena |
|
|
| @[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). |
|
|
|
| @[ObstructingBlock][] | | Tries to target the block in front of the caster that is obstructing it |
|
|
|
| @[TargetBlock][] | | Targets the block the casting player is looking at. |
|
|
|
| @[TrackedLocation][] | | Targets the mob's tracked location |
|
|
|
| @[NearestStructure][] | | Targets the nearest structure of the specified type within a radius in the caster's world |
|
|
|
| @[VariableLocation][] | @varLocation | Targets the location stored in the specified variable |
|
... | ... | @@ -152,7 +153,6 @@ Some meta-targeters also allow the mechanic to be casted "fromOrigin". This will |
|
|
| @[LocationsOfTargets][] | @locationOfTarget<br>@LOT | Targets the location of the inherited target entities. |
|
|
|
| @[TargetedLocation][] | @targetedLocations<br>@targetedLoc | Targets the location of the inherited target locations. |
|
|
|
| @[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. |
|
|
|
| @[BlockVein][] | @vein<br>@bv | Target all adjancent blocks that match the blocktype, starting from the origin of the skill. |
|
|
|
|
... | ... | |