Daedalus Dock - Modules - TypesVar Details - Proc Details

special_attack

Vars

click_cooldownchangeNext_move() time after use.
mob_hold_durationHow long to prevent moving away.
nameSelf explanatory
use_item_click_cooldownIf TRUE, use the item's click cooldown instead of the attack's.

Procs

execute_attackThe actual attack effects.
get_attack_directionReturns the direction of the attack.
modifiy_damage_packetModify an attack's properties.
post_attackAfter execute_attack has run.
pre_attackCalled before execute_attack.
sanity_checkEnsures the attack is able to continue and the weapon wasn't deleted or whatever.

Var Details

click_cooldown

changeNext_move() time after use.

mob_hold_duration

How long to prevent moving away.

name

Self explanatory

use_item_click_cooldown

If TRUE, use the item's click cooldown instead of the attack's.

Proc Details

execute_attack

The actual attack effects.

get_attack_direction

Returns the direction of the attack.

modifiy_damage_packet

Modify an attack's properties.

post_attack

After execute_attack has run.

pre_attack

Called before execute_attack.

sanity_check

Ensures the attack is able to continue and the weapon wasn't deleted or whatever.