AITriggerTrackRecordCoefficient
The multiplier applied to an AI trigger's history term when one of its teams fails.
Specification
- Applies to
- global rules
- File
rules.ini- Section
[General]- Value
- floating point
- When omitted
1
The history term is the trigger’s successes so far minus half its runs so far, and it is scaled by this value on the failure path only — the success path uses the same term unscaled. Since the scaled term is then clamped to at most zero, raising the value deepens the penalty a trigger with a poor record takes and changes nothing for a trigger whose record is at or above one success in two. At 0 a failure moves the weight by AITriggerFailureWeightDelta alone, regardless of history.