/tg/ Station 13 - Modules - TypesVar Details

combo_attacks

Vars

can_attack_callbackA callback to the proc that checks whether or not we can do combo attacks.
combo_listAssociative list of all the combo moves. Name of Attack = list(COMBO_STEPS = list(Steps made of LEFT_ATTACK and RIGHT_ATTACK), COMBO_PROC = PROC_REF(Proc Name))
combo_stringsA list of strings containing the ways to do combos, for examines.
examine_messageMessage when the item is examined.
input_listList of inputs done by user.
leniency_timeHow much time before the combo resets.
max_combo_lengthLength of combo we allow before resetting.
reset_messageBalloon alert message when the combo is reset.
timeridID for the reset combo timer.

Var Details

can_attack_callback

A callback to the proc that checks whether or not we can do combo attacks.

combo_list

Associative list of all the combo moves. Name of Attack = list(COMBO_STEPS = list(Steps made of LEFT_ATTACK and RIGHT_ATTACK), COMBO_PROC = PROC_REF(Proc Name))

combo_strings

A list of strings containing the ways to do combos, for examines.

examine_message

Message when the item is examined.

input_list

List of inputs done by user.

leniency_time

How much time before the combo resets.

max_combo_length

Length of combo we allow before resetting.

reset_message

Balloon alert message when the combo is reset.

timerid

ID for the reset combo timer.