> For the complete documentation index, see [llms.txt](https://enchantedmobs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantedmobs.superiormc.cn/docs/abilities/homing-projectile.md).

# Homing Projectile

## Homing Projectile

Makes skill entity (usually projectile) home toward nearby target.

```yaml
type: homing_projectile
radius: 16
strength: 0.2
max-ticks: 100
remove-on-expire: true
```

Default `target: SKILL`.

#### Field Details

**radius**: target search radius.

```yaml
radius: 24
```

**strength**: turning strength (higher = sharper turning).

```yaml
strength: 0.35
```
