Skip to main content

vortex

Triggered Effect

This effect requires a Trigger to activate.

Pulls nearby entities toward a location over a duration, then damages them

Effect Syntax

- id: vortex
args:
radius: 6 # The radius in blocks to pull entities from
duration: 40 # The duration in ticks to pull entities
damage: 5.0 # The damage dealt to all affected entities at the end
pull_strength: 0.3 # (Optional) The strength of the pull each tick, defaults to 0.3
whitelist: # (Optional) A list of entity types to pull, if not specified all entities will be pulled
- zombie
- skeleton
blacklist: # (Optional) A list of entity types to ignore, if not specified no entities will be ignored
- ender_dragon
- wither
- warden
- elder_guardian
...other config (eg triggers, filters, mutators, etc)