Shootpotion

Description

Throws a potion at the targeted entity or location, causing the splash potion effect of the given type to all entities hit.

Attributes

Attribute Aliases Description Default
velocity v The velocity of the thrown potion 1

This mechanic inherits every inheritable attribute of the Potion mechanic

Examples

Throws a potion at the target that slows them down.

ThrownCripplingPotion:
  Skills:
  - shootpotion{type=SLOW;duration=200;level=4;velocity=5} @target
Updated Aug 19, 2026