Daedalus Dock - Modules - TypesVar Details - Proc Details

aether_rune

Vars

blackboardMisc state tracking
outer_ringOuter ring inside our vis_contents, to be animated seperately.
required_blood_amtHow much blood the miracle needs.
required_helpersHow many extra people are needed to invoke the rune.
rune_typeUsed to build the appearance.
touching_runeA lazylist of mobs currently touching the rune.

Procs

begin_invokeBegin invoking a rune.
can_invokeReturns TRUE if the rune can be invoked.
fail_invokeCalled when invocation fails.
find_target_mobGets a mob that is in the center of the rune.
helper_cant_help_no_moreRemoves a helper for moving or being deleted, or becoming incapacitated.
helper_dir_changeRemoves a helper for being knocked out or killed
helper_stat_changeRemoves a helper for being knocked out or killed
invoke_success_visual_effectVisual effect when the rune is successfully invoked.
invoker_dir_changeRemoves a helper for being knocked out or killed
pre_invokeCalled before any other step of invoking, sets up state.
register_helperRegisters a mob as attempting to invoke this rune.
register_target_mobRegisters a target, overridable if you override get_target().
remove_helperRemoves a helper.
set_tomeSet the tome in the blackboard
start_invoke_animationDoes what it says on the tin
stop_invoke_animationDoes what it says on the tin
succeed_invokeFinish invoking a rune.
target_moved_or_deletedHandle the target being moved.
tome_droppedHandles the tome being moved
try_cancel_invokeCancel the invocation if it wasn't cancelled already.
try_invokeAttempt to invoke the rune.
unregister_target_mobClear the target's signals

Var Details

blackboard

Misc state tracking

outer_ring

Outer ring inside our vis_contents, to be animated seperately.

required_blood_amt

How much blood the miracle needs.

required_helpers

How many extra people are needed to invoke the rune.

rune_type

Used to build the appearance.

touching_rune

A lazylist of mobs currently touching the rune.

Proc Details

begin_invoke

Begin invoking a rune.

can_invoke

Returns TRUE if the rune can be invoked.

fail_invoke

Called when invocation fails.

find_target_mob

Gets a mob that is in the center of the rune.

helper_cant_help_no_more

Removes a helper for moving or being deleted, or becoming incapacitated.

helper_dir_change

Removes a helper for being knocked out or killed

helper_stat_change

Removes a helper for being knocked out or killed

invoke_success_visual_effect

Visual effect when the rune is successfully invoked.

invoker_dir_change

Removes a helper for being knocked out or killed

pre_invoke

Called before any other step of invoking, sets up state.

register_helper

Registers a mob as attempting to invoke this rune.

register_target_mob

Registers a target, overridable if you override get_target().

remove_helper

Removes a helper.

set_tome

Set the tome in the blackboard

start_invoke_animation

Does what it says on the tin

stop_invoke_animation

Does what it says on the tin

succeed_invoke

Finish invoking a rune.

target_moved_or_deleted

Handle the target being moved.

tome_dropped

Handles the tome being moved

try_cancel_invoke

Cancel the invocation if it wasn't cancelled already.

try_invoke

Attempt to invoke the rune.

unregister_target_mob

Clear the target's signals