Prettied up the page. authored by Eutherin's avatar Eutherin
...@@ -9,17 +9,16 @@ Potion Options ...@@ -9,17 +9,16 @@ Potion Options
This attribute is used to apply potion effects to potion based items. This attribute is used to apply potion effects to potion based items.
Note that potion effects can be added to any kind of item, but will only Note that potion effects can be added to any kind of item, but will only
have an actual function on potions. The sytax is easy: have an actual function on potions. The sytax is easy:
```
internal_itemname: internal_itemname:
Id: potion Id: potion
Options: Options:
Color: <RED>,<GREEN>,<BLUE> Color: <RED>,<GREEN>,<BLUE>
PotionEffects: PotionEffects:
- <type> <duration> <level> - <type> <duration> <level>
```
**&lt;type&gt;** **&lt;type&gt;**
Type of potion effect that should be applied. See below for a list of Type of potion effect that should be applied. See below for a list of all options at your disposal.
all options at your disposal.
**&lt;duration&gt;** **&lt;duration&gt;**
The duration of the potion effect measured in ticks [1]. The duration of the potion effect measured in ticks [1].
...@@ -28,15 +27,12 @@ The duration of the potion effect measured in ticks [1]. ...@@ -28,15 +27,12 @@ The duration of the potion effect measured in ticks [1].
The level-modifier for the potion effect. Lowest possible is "0". The level-modifier for the potion effect. Lowest possible is "0".
**colors** **colors**
The RGB color of the potion, i.e. **Color: 255,0,255** for a purple The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion
potion
Potion Effects Potion Effects
-------------- --------------
This is a complete list of all potion effects currently useable by This is a complete list of all potion effects currently useable by MythicMobs. These can be utilized by either potion based items or the [potion mechanic](/skills/mechanics/potion).
MythicMobs. These can be utilized by either potion based items or the
[potion mechanic](/skills/mechanics/potion).
| **Potion Type** | **Description** | | **Potion Type** | **Description** |
|------------------------|---------------------------------------------------------------------------------------------------------------------| |------------------------|---------------------------------------------------------------------------------------------------------------------|
... ...
......