Changes
Page history
added RandomRingPoint targeter
authored
Oct 16, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters.md
View page @
7cf65b1b
...
...
@@ -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 |
| @
[
Pin
][]
| | Targets the location(s) of a
[
pin
](
Pins
)
. |
| @
[
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) |
| @
[
Sphere
][]
| | Targets points in a sphere around the caster |
| @
[
Rectangle
][]
| @cube
<br>
@cuboid | Returns the # of points target locations that comprise a rectangle |
...
...
@@ -447,6 +448,7 @@ Unused Attributes
[
RandomLocationsNearOrigin
]:
/Skills/Targeters/RandomLocationsNearOrigin
[
RandomLocationsNearCaster
]:
/Skills/Targeters/RandomLocationsNearCaster
[
Rectangle
]:
/Skills/Targeters/Rectangle
[
RandomRingPoint
]:
/Skills/Targeters/RandomRingPoint
[
RingAroundOrigin
]:
/Skills/Targeters/RingAroundOrigin
[
Ring
]:
/Skills/Targeters/Ring
[
Spawners
]:
/Skills/Targeters/Spawners
...
...
...
...