projectile_dampener 
Vars | |
bullet_effects | datum that holds the effects we apply on caught bullets |
---|---|
new_bullet_overlay | overlay we apply to caught bullets |
Procs | |
catch_bullet_effect | a bullet has entered our field, apply the dampening effects to it |
determine_wobble | proc that applies the wobbly effect on point of bullet entry |
release_bullet_effect | removing the effects after it has exited our field |
Var Details
bullet_effects 
datum that holds the effects we apply on caught bullets
new_bullet_overlay 
overlay we apply to caught bullets
Proc Details
catch_bullet_effect
a bullet has entered our field, apply the dampening effects to it
determine_wobble
proc that applies the wobbly effect on point of bullet entry
release_bullet_effect
removing the effects after it has exited our field