Chase Bullets
Jump to navigation
Jump to search
- Sub-pages:
- Implementations
How it Works
ChaseBullets is a system by which multiple bullets are fired so that they will reach the distance of the enemy robot simultaneously, thereby hopefully increasing the chance to hit, adding to the damage done, or confusing the enemy's movement.
Common Descriptions
- Chase Bullets
- Bullet Doubling - BulletDoubling (Old Wiki)
- Doppler Effect - [[wikipedia:Doppler effect| Doppler Effect]
How can you use it
- confuse advanced enemy movement systems
- Since many robots' movements respond to detecting enemy fire, the assumption is that they will be dodging the high power bullet and the low power bullet will have a higher chance of hitting.
- collect more damage points
- shooting at multiple points near the guessed target position to increase the hit rate
- increase your effective bullet shadow
- just for the fun of it
Concept
-- TODO --
Examples
There are several implementations of chase bullets available on the Implementations sub-page.