added Forward wiki page authored by Lxlp's avatar Lxlp
...@@ -73,7 +73,7 @@ These targeters only work if the mob has Threat Tables enabled. ...@@ -73,7 +73,7 @@ These targeters only work if the mob has Threat Tables enabled.
|------------------------------------------|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |------------------------------------------|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| @SelfLocation{y=0.0} | | Targets the caster's location an optional yoffset | | @SelfLocation{y=0.0} | | Targets the caster's location an optional yoffset |
| @SelfEyeLocation | @EyeDirection | Targets the caster's eye location | | @SelfEyeLocation | @EyeDirection | Targets the caster's eye location |
| @Forward{f=5;y=0.0;sideOffset=0.0;lockpitch=false} | | Targets a location 5 blocks infront of caster's facing direction with a yoffset and sideoffset of 0.0 | | @**[Forward][]** | | Targets a location in front of caster's facing direction |
| @ProjectileForward{f=1;rot=45} | | Targets 1 block infront of the projectile offset by 45 degrees | | @ProjectileForward{f=1;rot=45} | | Targets 1 block infront of the projectile offset by 45 degrees |
| @TargetLocation{maxdistance=#} | @targetloc, @TL | Targets the mob's target's location | | @TargetLocation{maxdistance=#} | @targetloc, @TL | Targets the mob's target's location |
| @TriggerLocation | | Targets the location of the entity that triggered the skill | | @TriggerLocation | | Targets the location of the entity that triggered the skill |
...@@ -264,6 +264,7 @@ Currently, sort can have the following values: ...@@ -264,6 +264,7 @@ Currently, sort can have the following values:
<!-- Single Location Targeters --> <!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[Cone]: /Skills/Targeters/Cone [Cone]: /Skills/Targeters/Cone
[Forward]: /Skills/Targeters/Forward
[VariableLocation]: /Skills/Targeters/VariableLocation [VariableLocation]: /Skills/Targeters/VariableLocation
<!-- Multi Location Targeters --> <!-- Multi Location Targeters -->
[Rectangle]: /Skills/Targeters/Rectangle [Rectangle]: /Skills/Targeters/Rectangle
... ...
......