Removed double title. Colorized example. authored by Dante's avatar Dante
Mechanic: Potion
================ ================
Applies a potion effect to the target entity, which is usually Applies a potion effect to the target entity, which is usually
...@@ -28,10 +27,10 @@ Examples ...@@ -28,10 +27,10 @@ Examples
This example skill-configuration will strongly slow down the target for This example skill-configuration will strongly slow down the target for
10 seconds (200 ticks) and deal 5 hearts of damage to it. 10 seconds (200 ticks) and deal 5 hearts of damage to it.
```yaml
Cripple: Cripple:
Skills: Skills:
- potion{type=SLOW;duration=200;level=4} - potion{type=SLOW;duration=200;level=4}
- damage{amount=10} - damage{amount=10}
```
[1] 20 ticks = 1 second [1] 20 ticks = 1 second
\ No newline at end of file