Difference between revisions of "FAIFleeConfBase"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
m (formatting)
imported>Picador
Line 4: Line 4:
|style="background:#ffeded;" |  
|style="background:#ffeded;" |  


The confidence level at which the AI will flee. Higher means NPCs will flee sooner.  Lower means they will fight longer before fleeing.
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)


Confidence level starts with the base confidence from the AI popup.  It is then modified by damage and other things (which I freely admit that I do not completely understand).


|-
|-

Revision as of 13:58, 13 August 2010

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