added RandomRingPoint targeter authored by Lxlp's avatar Lxlp
...@@ -113,6 +113,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena ...@@ -113,6 +113,7 @@ These targeters only work if the mob has [Threat Tables](/Mobs/ThreatTables) ena
| @[PlayerLocationsInRadius][] | @PLIR | Targets all player locations in the given radius | | @[PlayerLocationsInRadius][] | @PLIR | Targets all player locations in the given radius |
| @[Pin][] | | Targets the location(s) of a [pin](Pins). | | @[Pin][] | | Targets the location(s) of a [pin](Pins). |
| @[Ring][] | | Target points to form a ring of locations | | @[Ring][] | | Target points to form a ring of locations |
| @[RandomRingPoint][] | | Targets random points in a ring around the caster |
| @[Cone][] | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) | | @[Cone][] | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) |
| @[Sphere][] | | Targets points in a sphere around the caster | | @[Sphere][] | | Targets points in a sphere around the caster |
| @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle | | @[Rectangle][] | @cube<br>@cuboid | Returns the # of points target locations that comprise a rectangle |
...@@ -447,6 +448,7 @@ Unused Attributes ...@@ -447,6 +448,7 @@ Unused Attributes
[RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin [RandomLocationsNearOrigin]: /Skills/Targeters/RandomLocationsNearOrigin
[RandomLocationsNearCaster]: /Skills/Targeters/RandomLocationsNearCaster [RandomLocationsNearCaster]: /Skills/Targeters/RandomLocationsNearCaster
[Rectangle]: /Skills/Targeters/Rectangle [Rectangle]: /Skills/Targeters/Rectangle
[RandomRingPoint]: /Skills/Targeters/RandomRingPoint
[RingAroundOrigin]: /Skills/Targeters/RingAroundOrigin [RingAroundOrigin]: /Skills/Targeters/RingAroundOrigin
[Ring]: /Skills/Targeters/Ring [Ring]: /Skills/Targeters/Ring
[Spawners]: /Skills/Targeters/Spawners [Spawners]: /Skills/Targeters/Spawners
... ...
......