lightning
A reasonably durable guardian linked to you by a chain of lightning, zapping people who get between you
Vars | |
enemy_chains | Associative list of chained enemies to their chains |
---|---|
summoner_chain | Link between us and our summoner |
Procs | |
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 |
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