FAIFleeConfBase

Description

The base chance that an opponent will flee in combat. It is modified by the opponent's confidence and health.

The formula appears to be something like:

Chance to flee = FAIFleeConfBase + (Confidence * FAIFleeConfMult) + (unknown health factor * FAIFleeHealthMult)

At default values, this would be: 30 + (Confidence * -0.5) + (unknown health factor * 10)

Default value

30.0000