... | @@ -6,8 +6,9 @@ Causes a geyser of liquid to shoot out of the ground at the targeted entity or l |
... | @@ -6,8 +6,9 @@ Causes a geyser of liquid to shoot out of the ground at the targeted entity or l |
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
| type | t | The type of liquid. Can be “WATER” or “LAVA” | WATER |
|
|
| type | t | The type of liquid. Can be “WATER” or “LAVA” | WATER |
|
|
| height | h | How high the geyser will go | 3 |
|
|
| height | h | How high the geyser will go. Will be set to *at least* 1 even if specified otherwise. | 3 |
|
|
| interval | i, speed, s | The interval (in ticks) between each iteration of the geyser animation | 10 |
|
|
| interval | i, speed, s | The interval (in ticks) between each iteration of the geyser animation | 10 |
|
|
|
|
| audience | | The [audience] of the effect | nearby |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
## Examples
|
... | @@ -21,3 +22,7 @@ GeyserSkill: |
... | @@ -21,3 +22,7 @@ GeyserSkill: |
|
## Aliases
|
|
## Aliases
|
|
- [x] effect:geyser
|
|
- [x] effect:geyser
|
|
- [x] e:geyser
|
|
- [x] e:geyser
|
|
|
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
|
[audience]: /Skills/Audience |
|
|
|
\ No newline at end of file |