Static Variables
AiShieldHitOption.DEFAULT
Type
Int
Initial Value
0
description
CPUs will react to their shield being hit using their default behavior.
AiShieldHitOption.GRAB
Type
Int
Initial Value
3
description
CPUs will grab after their shield is hit.
AiShieldHitOption.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.
AiShieldHitOption.RANDOM
Type
Int
Initial Value
1
description
CPUs will randomly choose between doing nothing, grabbing, spot dodging, and rolling after their shield is hit.
AiShieldHitOption.ROLL
Type
Int
Initial Value
5
description
CPUs will roll after their shield is hit.
AiShieldHitOption.SPOT_DODGE
Type
Int
Initial Value
4
description
CPUs will spot dodge after their shield is hit.