... | ... | @@ -20,6 +20,7 @@ Attributes |
|
|
| onHit | oH | Meta-Skill executed when the projectile hits entities that allow be hit. Targets hit are inherited by the meta-skill. | None |
|
|
|
| onEnd | oE | Meta-Skill executed when the projectile ends. | None |
|
|
|
| onBounce | | Meta-Skill executed when the projectile bounces. **Premium Only** Mechanic. | None |
|
|
|
| onHitBlockSkill |onhitblock, ohb | Meta-Skill executed when the projectile hits a block. | None |
|
|
|
| Type | | The "type" of projectile. Default projectiles are launched from the mob's location towards the target. METEOR type projectiles fall from the sky above the target. | NORMAL |
|
|
|
| Interval | i | How often (in ticks) the projectile updates its position | 4 |
|
|
|
| HorizontalRadius | hRadius, hR | The horizontal radius entities will be hit in around the projectile. | 1.25 |
|
... | ... | |