... | @@ -15,7 +15,7 @@ Attributes |
... | @@ -15,7 +15,7 @@ Attributes |
|
| fireTicks | ft | How long (in ticks) fire left behind by the fireball will persist. | 0 |
|
|
| fireTicks | ft | How long (in ticks) fire left behind by the fireball will persist. | 0 |
|
|
| smallfireball | small,sml | Whether or not to use the smaller blaze fireball instead of the ghast fireball | false |
|
|
| smallfireball | small,sml | Whether or not to use the smaller blaze fireball instead of the ghast fireball | false |
|
|
| 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 | | SMALL/LARGE/DRAGON Added in MM 4.11 | SMALL |
|
|
| type | t | SMALL/LARGE/DRAGON Added in MM 4.11 | SMALL |
|
|
|
|
|
|
|
|
|
|
|
|
|
... | @@ -24,7 +24,7 @@ Examples |
... | @@ -24,7 +24,7 @@ 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
|
|
FireballBarrage:
|
|
FireballBarrage:
|
|
Skills:
|
|
Skills:
|
|
- shootfireball{y=1;v=4} @target
|
|
- shootfireball{y=1;v=4} @target
|
... | @@ -32,3 +32,4 @@ target. |
... | @@ -32,3 +32,4 @@ target. |
|
- shootfireball{y=1;v=4} @target
|
|
- shootfireball{y=1;v=4} @target
|
|
- delay 10
|
|
- delay 10
|
|
- shootfireball{y=1;v=4} @target
|
|
- shootfireball{y=1;v=4} @target
|
|
|
|
``` |
|
|
|
\ No newline at end of file |