Difference between revisions of "FAIFleeConfBase"
Jump to navigation
Jump to search
imported>ShadowDancer |
imported>Picador |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|style="background:#ffeded;" | | |style="background:#ffeded;" | | ||
The | 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) | |||
|- | |- | ||
!style="background:#ffdead;" |Default value | !style="background:#ffdead;" |Default value | ||
Line 18: | Line 21: | ||
[[Category:Settings]] | <div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div> |
Latest revision as of 14:02, 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 |