Update Potions authored by Woodyso's avatar Woodyso
Potions Potions
======= =======
<img src="http://fs5.directupload.net/images/160308/5egdz7ot.jpg" width="500" height="150" alt="http://fs5.directupload.net/images/160308/5egdz7ot.jpg" />
Potion Options 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. Here is an example:
``` ```
internal_itemname: internal_itemname:
Id: potion Id: potion
...@@ -18,13 +16,13 @@ internal_itemname: ...@@ -18,13 +16,13 @@ internal_itemname:
- <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 all options at your disposal. The type of potion effect that should be applied. See below for a list of all types.
**&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].
**&lt;level&gt;** **&lt;level&gt;**
The level-modifier for the potion effect. Lowest possible is "0". The level modifier for the potion effect. 0 = Level I, 1 = Level II, Etc.
**colors** **colors**
The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion
...@@ -32,7 +30,7 @@ The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion ...@@ -32,7 +30,7 @@ The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion
Potion Effects Potion Effects
-------------- --------------
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). This is a complete list of all potion effects currently usable by MythicMobs. These can be utilized by either potion based items or the [potion mechanic](/skills/mechanics/potion).
| **Potion Type** | **Description** | | **Potion Type** | **Description** |
|------------------------|---------------------------------------------------------------------------------------------------------------------| |------------------------|---------------------------------------------------------------------------------------------------------------------|
...@@ -126,4 +124,4 @@ Examples ...@@ -126,4 +124,4 @@ Examples
- '&8able to cure even tremendous wounds.' - '&8able to cure even tremendous wounds.'
- '&cNotice: May cause liver failure.' - '&cNotice: May cause liver failure.'
[1] 20 ticks = 1 second [1] 20 ticks = 1 second
\ No newline at end of file