|
Mechanic: Weather
|
|
|
|
=================
|
|
=================
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
Changes the weather in the casting mob's world.
|
|
Changes the weather in the casting mob's world.
|
|
|
|
|
|
Attributes
|
|
## Attributes:
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
| Attribute | Aliases | Description | Default |
|
|
|-----------|-----------|-----------------------------------------------------------|---------|
|
|
|-----------|-----------|-----------------------------------------------------------|---------|
|
... | @@ -20,12 +20,11 @@ Aliases for weather types: |
... | @@ -20,12 +20,11 @@ Aliases for weather types: |
|
| **Rainy** | rain |
|
|
| **Rainy** | rain |
|
|
| **Stormy** | storm, thunder |
|
|
| **Stormy** | storm, thunder |
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
Causes a storm for 10 minutes when the mob spawns.
|
|
## Examples:
|
|
|
|
|
|
Skills:
|
|
Causes a storm for 10 minutes when the mob spawns.
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
- weather{type=storm;duration=6000} ~onSpawn
|
|
- weather{type=storm;duration=6000} ~onSpawn
|
|
|
|
``` |
|
[1] ???? |
|
\ No newline at end of file |