energy_ball
The Tesla engine
Vars | |
all_possible_areas | Init list that has all the areas that we can possibly move to, to reduce processing impact |
---|---|
has_close_field | Variable that defines whether it has a field generator close enough |
movement_dir | Direction we have to go to go towards the target turf |
target_turf | Turf where the tesla will move to if it's loose |
Procs | |
on_start_orbit | When we get orbited, add the orbiter to our tracked balls |
Var Details
all_possible_areas
Init list that has all the areas that we can possibly move to, to reduce processing impact
has_close_field
Variable that defines whether it has a field generator close enough
movement_dir
Direction we have to go to go towards the target turf
target_turf
Turf where the tesla will move to if it's loose
Proc Details
on_start_orbit
When we get orbited, add the orbiter to our tracked balls