/tg/ Station 13 - Modules - TypesVar Details - Proc Details

lightning

A reasonably durable guardian linked to you by a chain of lightning, zapping people who get between you

Vars

enemy_chainsAssociative list of chained enemies to their chains
summoner_chainLink between us and our summoner

Procs

chain_toCreate a damaging lightning chain between ourselves and a target
clear_chainsRemove all of our chains
on_chain_deletedHandle losing our reference when we delete a chain
on_chain_zapCalled every few zaps by a chain
validate_targetConfirm whether something is valid to zap with lightning

Var Details

enemy_chains

Associative list of chained enemies to their chains

summoner_chain

Link between us and our summoner

Proc Details

chain_to

Create a damaging lightning chain between ourselves and a target

clear_chains

Remove all of our chains

on_chain_deleted

Handle losing our reference when we delete a chain

on_chain_zap

Called every few zaps by a chain

validate_target

Confirm whether something is valid to zap with lightning