TargeterEntity

entitiesNearOrigin

Targets entities near the origin

Aliases

NearOriginENO

Examples & Notes

Examples

In this example, when the created projectile ends for whatever reason, it will damage every living entity in a 2 block radius around itself

  Skills:
  - projectile{...;
    onTick=[
      - effect:particles @origin
    ];
    onEnd=[
      - damage{a=10} @ENO{r=2}
    ]
    } @target

Universal Targeter Options

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.