|
Mechanic: Shoot Fireball
|
|
|
|
========================
|
|
========================
|
|
|
|
|
|
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
Shoots a fireball from the mob towards the target entity or location.
|
|
Shoots a fireball from the mob towards the target entity or location.
|
|
**Caution** the large version of this fireball can grief blocks.
|
|
**Caution** the large version of this fireball can grief blocks.
|
|
|
|
|
|
Attributes
|
|
## Attributes:
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|---------------|-----------|--------------------------------------------------------------------------------|---------------|
|
|
|---------------|-----------|--------------------------------------------------------------------------------|---------------|
|
... | @@ -17,15 +18,12 @@ Attributes |
... | @@ -17,15 +18,12 @@ Attributes |
|
| playsound | ps | Whether or not to play the fireball launching sound when it is created | false |
|
|
| playsound | ps | Whether or not to play the fireball launching sound when it is created | false |
|
|
| type | t | SMALL/LARGE/DRAGON Added in MM 4.11 | SMALL |
|
|
| type | t | SMALL/LARGE/DRAGON Added in MM 4.11 | SMALL |
|
|
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
Examples
|
|
|
|
--------
|
|
|
|
|
|
|
|
This example would shoot a barrage of 3 fast-moving fireballs at the
|
|
This example would shoot a barrage of 3 fast-moving fireballs at the
|
|
target.
|
|
target.
|
|
```yaml
|
|
```yaml
|
|
FireballBarrage:
|
|
FireballBarrage:
|
|
Skills:
|
|
Skills:
|
|
- shootfireball{y=1;v=4} @target
|
|
- shootfireball{y=1;v=4} @target
|
|
- delay 10
|
|
- delay 10
|
... | | ... | |