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

wizard

Wizard Version of the Immovable Rod.

Vars

damage_bonusThe damage bonus of the rod when it smacks people.
max_distanceThe distance the rod will go.
our_wizardThe wizard who's piloting our rod.
start_turfThe turf the rod started from, to calcuate distance.

Procs

eject_wizardEject our current wizard, removing them from the rod and fixing all of the variables we changed.
set_wizardSet wizard as our_wizard, placing them in the rod and preparing them for travel.
stop_travelCalled when the wizard rod reaches it's maximum distance or is otherwise stopped by something. Dumps out the wizard, and deletes.

Var Details

damage_bonus

The damage bonus of the rod when it smacks people.

max_distance

The distance the rod will go.

our_wizard

The wizard who's piloting our rod.

start_turf

The turf the rod started from, to calcuate distance.

Proc Details

eject_wizard

Eject our current wizard, removing them from the rod and fixing all of the variables we changed.

set_wizard

Set wizard as our_wizard, placing them in the rod and preparing them for travel.

stop_travel

Called when the wizard rod reaches it's maximum distance or is otherwise stopped by something. Dumps out the wizard, and deletes.