// custom functions for miss/hit effects
 public override void MissEffect(RunState runState)
 {
     runState.EquilibrateEnergy();
 }