Space Station 13 - Modules - TypesVar Details - Proc 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

Vars

bounce_hit_soundSound we make when we hit a mob
bounce_timeHow much time should be between each bounce?

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?

Var Details

bounce_hit_sound

Sound we make when we hit a mob

bounce_time

How much time should be between each bounce?

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?