Static Variables
DEFAULT
Type
Int
Initial Value
0
Description
CPUs will react to their shield being hit using their default behavior.
GRAB
Type
Int
Initial Value
3
Description
CPUs will grab after their shield is hit.
HOLD_SHIELD
Type
Int
Initial Value
2
Description
CPUs will continue to hold their shield for a brief period of time after their shield is hit.
RANDOM
Type
Int
Initial Value
1
Description
CPUs will randomly choose between doing nothing, grabbing, spot dodging, and rolling after their shield is hit.
ROLL
Type
Int
Initial Value
5
Description
CPUs will roll after their shield is hit.
SPOT_DODGE
Type
Int
Initial Value
4
Description
CPUs will spot dodge after their shield is hit.