Space Station 13 - Modules - TypesProc Details

bounce

A spell template that adds bounces to the charge_up spell template. The spell will bounce between targets once released. Don't override cast and instead override apply_bounce_effect and the other procs

Procs

apply_bounce_effectThe proc called when a bounce hits a target. Override this to add an effect The user itself is never hit
create_beamCalled when a bounce travels from one mob to another
get_bounce_amountHow much bounces should there be in total?
get_bounce_energyHow much energy should each bounce have?

Proc Details

apply_bounce_effect

The proc called when a bounce hits a target. Override this to add an effect The user itself is never hit

Arguments:

create_beam

Called when a bounce travels from one mob to another

Arguments:

get_bounce_amount

How much bounces should there be in total?

get_bounce_energy

How much energy should each bounce have?