Skip to content

Mechanics: cure | removePotion

muhahahahe edited this page Jan 5, 2018 · 1 revision

Use this mechanic to remove all, or a specific potion effect on the targeted entity. It's basically the reverted potion mechanic from MythicMobs.

Useful in creative boss fights or a spawn area that auto-debuffs players from negative effects or npc's doing it on interact.

Attributes

Attribute Aliases Description Default
potion p | type | t the type of potion effect to remove all

Example

UnCripple:
  Skills:
  - cure{t=SLOW}
This will cure the slowness effect.

TheUnbuffable:
  Type: ZOMBIE
  Skills:
  - cure @Self ~onTimer:5
This Zombie will clear potion effects from itself every quarter second.
Alternative: removepotion
TheUnbuffable:
  Type: ZOMBIE
  Skills:
  - removepotion @Self ~onTimer:5
Clone this wiki locally