Accelerating Shot

From Noita Wiki
Jump to navigation Jump to search
Speed Modifier Spells
Heavy Shot
Heavy Shot
Greatly increases the damage done by a projectile, at the cost of its speed
Heavy Shot
Light Shot
Light Shot
Makes a projectile move considerably faster, but deal less damage
Light Shot
Chaotic Path
Chaotic Path
Causes a projectile to chaotically fly wherever it wishes
Chaotic Path
Slithering Path
Slithering Path
Makes a projectile move rapidly in a slithering manner, like a snake
Slithering Path
Accelerative Homing
Accelerative Homing
A projectile homes towards enemies at an increasing pace
Accelerative Homing
Projectile Area Teleport
Projectile Area Teleport
If a valid target appears somewhere in the proximity of a projectile, the projectile will teleport right on top of the target
Projectile Area Teleport
Accelerating Shot
Accelerating Shot
Causes a projectile to accelerate as it flies
Accelerating Shot
Decelerating Shot
Decelerating Shot
Makes a projectile decelerate as it flies
Decelerating Shot
Fizzle
Fizzle
Gives a spell a small probability of short-circuiting
Fizzle
Projectile Energy Shield
Projectile Energy Shield
Gives a projectile a shield that deflects other projectiles
Projectile Energy Shield
Speed Up
Speed Up
Increases the speed at which a projectile flies through the air
Speed Up
Explosive Projectile
Explosive Projectile
Makes a projectile more destructive to the environment
Explosive Projectile
Spell modifiers that adjust the speed of the affected projectile.

Accelerating Shot is a Modifier type spell that causes affected projectiles to start off moving more slowly and then speed up as they fly. Stacking multiple copies can cause a projectile to accelerate seemingly instantly to its Terminal Velocity. One of only two spells that modifies air_friction (the other being its mirror twin - Decelerating Shot).

Tips

  • Most projectiles can go no faster than their Terminal Velocity (almost universally 1000px/s) - this is true whether they start slowly and accelerate, or start off moving at maximum speed.
    • Higher acceleration does mean the projectile returns to top speed after it slows down though.
  • Since the velocity changes as the projectile flies, it can be tricky to aim.
  • Synergizes well with Black Hole, giving much greater material deletion range.
  • Can be used with Bouncing Burst to increase bonus damage (see: Speed & Damage). When combined with Heavy Shot this can be one of the best damage builds in Noita.
  • When using multiple speed-altering modifiers, be aware that the order can make a big difference.
    • The speed multiplier is usually capped at 20× (excepting via use of Fly Upwards/Fly Downwards, which don't bother to check)
    • If the speed multiplier becomes too small, it may exceed the precision of the variable used to store it and become zero, which will nullify all subsequent speed modifications (you can't multiply back up from zero).
    • Try to alternate casting spells that increase and decrease the speed multiplier, so it is less likely to hit either extreme.
  • Projectiles only feel the effect of this modifier after they have existed for 1 frame.
  • Combining one Accelerating Shot with one Decelerating Shot can be useful, as it halves the decelerating effect.
Accelerating Shot
Decelerating Shot
Total
Speed Multiplier 0.32 × 1.68 = 0.54×
Air Friction 3 6 = -3
Recoil 10 10 = 0
  • Two Accelerating Shot cancel out the decelerating effect of one Decelerating Shot, less usefully leaving just a little recoil and a much slower projectile.
Accelerating Shot
Accelerating Shot
Decelerating Shot
Total
Speed Multiplier 0.32 × 0.32 × 1.68 = 0.17×
Air Friction 3 + 3 6 = 0
Recoil 10 + 10 10 = 10

How does it work?

  • The effect of both Decelerating Shot and Accelerating Shot is implemented by modification of a projectile's air_friction stat
    • This is what sets the amount of simulated 'drag' on the projectile - more air friction makes it slow more quickly.
    • Counter-intuitively, in Noita negative values for air_friction cause projectiles to accelerate, kind of like 'anti-drag'
  • Since it only decreases air_friction by 3, you need 2 Accelerating Shot to cancel out the +6 change toair_friction from one Decelerating Shot.
  • Many projectiles have (varying) base levels of air_friction, so the total amount of deceleration will vary based on the projectile.
  • Because the projectile is only modified (via a scripted effect) after it has spawned, the deceleration will only take effect after the first frame of its life.
    • This is especially important for Accelerating Shot as it means the acceleration effect from that modifier cannot raise the speed of a projectile before the first time it is checked for death on low velocity - a key concept when building a wand to take advantage of spells that get Speed-Scaled bonus damage.


Gallery

Wand Appearance with Accelerating Shot x3.
A comparison of Firebomb with and without Accelerating Shot.

History