projectile_instance_drop 
Similar to the projectile drop element but holds an instance of an atom instead
Procs | |
| drop_item | Drop item to ground |
|---|---|
| on_instance_left | If our projectile exits our contents then remove the component |
| on_projectile_hit | When we hit something check if we should hit the floor |
Proc Details
drop_item
Drop item to ground
on_instance_left
If our projectile exits our contents then remove the component
on_projectile_hit
When we hit something check if we should hit the floor