Projectile: Difference between revisions
(Created page) |
|||
Line 3: | Line 3: | ||
==On hit effects== | ==On hit effects== | ||
The behaviour of projectiles when they hit a target can be altered by various effects: | The behaviour of projectiles when they hit a target can be altered by various effects: | ||
* [[ | * [[Pierce]] - causes a projectile to continue through a target to possibly hit more targets behind. | ||
* [[ | * [[Fork]] - causes a projectile to split in half, both halves continuing on behind the first target at an angle. | ||
* [[ | * [[Chain]] - causes a projectile to shoot from a target towards another nearby target. | ||
A projectile can only do one of these options on hit. If it has the ability to do more than one, Piercing will take priority, then forking if the projectiles hit more targets after piercing is exhausted, then finally chaining after forking is exhausted. | A projectile can only do one of these options on hit. If it has the ability to do more than one, Piercing will take priority, then forking if the projectiles hit more targets after piercing is exhausted, then finally chaining after forking is exhausted. | ||
Revision as of 01:56, 18 December 2024
A projectile is a moving attack or spell that usually impacts with targets when it hits them. When a group of multiple projectiles is fired from the same source at the same time, only one projectile in the group can hit each target unless otherwise specified.
On hit effects
The behaviour of projectiles when they hit a target can be altered by various effects:
- Pierce - causes a projectile to continue through a target to possibly hit more targets behind.
- Fork - causes a projectile to split in half, both halves continuing on behind the first target at an angle.
- Chain - causes a projectile to shoot from a target towards another nearby target.
A projectile can only do one of these options on hit. If it has the ability to do more than one, Piercing will take priority, then forking if the projectiles hit more targets after piercing is exhausted, then finally chaining after forking is exhausted.
Secondary effects that occur when a projectile hits will occur to targets passed through by any of these, but effects that occur when a projectile explodes or is otherwise destroyed or consumed will not.