> For the complete documentation index, see [llms.txt](https://cjcrafter.gitbook.io/mechanics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cjcrafter.gitbook.io/mechanics/targeters/target.md).

# Target

Sometimes, a mechanic may target a specific entity or location. For example, for WeaponMechanics explosions, `@Target{}` will target the center of the explosion.

{% hint style="danger" %}
If you see the message:

> Not targeting either entity nor location

Then that means you used `@Target{}` when the mechanics do not have any specific target. Not all mechanics have a target.
{% endhint %}
