added ItemsInRadius wiki page authored by Lxlp's avatar Lxlp
...@@ -50,8 +50,8 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m ...@@ -50,8 +50,8 @@ When a targeter is used on the Skill mechanic, all of the skills inside of the m
| @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. | | @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. |
| @Siblings | | Targets any mobs that share the same parent as the caster. | | @Siblings | | Targets any mobs that share the same parent as the caster. |
| @TargetedTarget | @Targeted | Targets the inherited targets. | | @TargetedTarget | @Targeted | Targets the inherited targets. |
| @ItemsNearOrigin | | Targets item drops near the [origin](/skills/targeters/origin) of a meta-skill. | | @ItemsNearOrigin | | Targets item drops near the [origin](/skills/targeters/origin) of a meta-skill. |
| @ItemsInRadius{r=#} | | Targets all item drops in the given radius | | @**[ItemsInRadius][]** | @IIR | Targets all item drops in the given radius |
### ThreatTable Targeters ### ThreatTable Targeters
...@@ -261,6 +261,7 @@ Currently, sort can have the following values: ...@@ -261,6 +261,7 @@ Currently, sort can have the following values:
[EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius [EntitiesInRadius]: /Skills/Targeters/EntitiesInRadius
[EntitiesInRing]: /Skills/Targeters/EntitiesInRing [EntitiesInRing]: /Skills/Targeters/EntitiesInRing
[EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin [EntitiesNearOrigin]: /Skills/Targeters/EntitiesNearOrigin
[ItemsInRadius]: /Skills/Targeters/ItemsInRadius
<!-- Single Location Targeters --> <!-- Single Location Targeters -->
[CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation [CasterSpawnLocation]: /Skills/Targeters/CasterSpawnLocation
[Cone]: /Skills/Targeters/Cone [Cone]: /Skills/Targeters/Cone
... ...
......