/tg/ Station 13 - Modules - TypesVar Details

spell_cards

Vars

current_target_weakrefA weakref to the mob we're currently targeting with the lockon component.
lockon_componentA ref to our lockon component, which is created and destroyed on activation and deactivation.
projectile_initial_spread_amountThe initial spread of the spell cards when fired.
projectile_location_spread_amountThe location spread of the spell cards when fired.
projectile_pixel_homing_spreadThe homing spread of the spell cards in flight.
projectile_turnrateThe turn rate of the spell cards in flight. (They track onto locked on targets)

Var Details

current_target_weakref

A weakref to the mob we're currently targeting with the lockon component.

lockon_component

A ref to our lockon component, which is created and destroyed on activation and deactivation.

projectile_initial_spread_amount

The initial spread of the spell cards when fired.

projectile_location_spread_amount

The location spread of the spell cards when fired.

projectile_pixel_homing_spread

The homing spread of the spell cards in flight.

projectile_turnrate

The turn rate of the spell cards in flight. (They track onto locked on targets)