|
Mechanic: Lightning
|
|
|
|
===================
|
|
===================
|
|
|
|
|
|
Causes a lightning strike at the target entity or location, dealing
|
|
Causes a lightning strike at the target entity or location, dealing
|
... | @@ -18,15 +17,16 @@ Examples |
... | @@ -18,15 +17,16 @@ Examples |
|
--------
|
|
--------
|
|
|
|
|
|
This example will summon a lightning bolt to the designated targeters.
|
|
This example will summon a lightning bolt to the designated targeters.
|
|
|
|
```yaml
|
|
StaticSheep:
|
|
StaticSheep:
|
|
Type: SHEEP
|
|
Type: SHEEP
|
|
Skills:
|
|
Skills:
|
|
- lightning @EntitiesInRadius{r=10} ~onTimer:100
|
|
- lightning @EntitiesInRadius{r=10} ~onTimer:100
|
|
|
|
```
|
|
This example will summon a lightning bolt to the designated targeters and deal 6 damage.
|
|
This example will summon a lightning bolt to the designated targeters and deal 6 damage.
|
|
|
|
```yaml
|
|
StaticSheep:
|
|
StaticSheep:
|
|
Type: SHEEP
|
|
Type: SHEEP
|
|
Skills:
|
|
Skills:
|
|
- lightning{d=6} @EntitiesInRadius{r=10} ~onTimer:100 |
|
- lightning{d=6} @EntitiesInRadius{r=10} ~onTimer:100
|
|
|
|
``` |
|
|
|
\ No newline at end of file |